gbowne1 / gbowne1/codebooker

[TODO] Fix the babel warning

Open
#212 0 comments 0 reactions 0 assignees View on GitHub
accessibility backend bug css devops enhancement feature request frontend fullstack good first issue help wanted performance
Dominant language
JavaScript
Stars
35
Forks
54
PR merge metrics
No merged PRs in 30d

Description

This warning comes up during the startup process when running `npm start`

```
One of your dependencies, babel-preset-react-app, is importing the
"@babel/plugin-proposal-private-property-in-object" package without
declaring it in its dependencies. This is currently working because
"@babel/plugin-proposal-private-property-in-object" is already in your
node_modules folder for unrelated reasons, but it may break at any time.

babel-preset-react-app is part of the create-react-app project, which
is not maintianed anymore. It is thus unlikely that this bug will
ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
your devDependencies to work around this error. This will make this message
go away.
```

Fix the app so this doesn`t appear.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.