Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webpack compiled with 1 error and 1 warning No issues found. #38

Open
Lord-baba99 opened this issue Jan 9, 2024 · 0 comments
Open

webpack compiled with 1 error and 1 warning No issues found. #38

Lord-baba99 opened this issue Jan 9, 2024 · 0 comments

Comments

@Lord-baba99
Copy link

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.
Failed to compile.

[eslint] Failed to load plugin 'n' declared in '.eslintrc.json': Cannot find module 'eslint-plugin-n'
Require stack:

  • C:\Users\DELL\Documents\GitHub\test\react-crm\node_modules\react-scripts\config_placeholder_.js
    WARNING in ./node_modules/quill/dist/quill.js
    Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
    Failed to parse source map from 'C:\Users\DELL\Documents\GitHub\test\react-crm\node_modules\quill\dist\Op.js.map\n\n#' file: Error: ENOENT: no such file or directory, open 'C:\Users\DELL\Documents\GitHub\test\react-crm\node_modules\quill\dist\Op.js.map\n\n#'

ERROR in [eslint] Failed to load plugin 'n' declared in '.eslintrc.json': Cannot find module 'eslint-plugin-n'
Require stack:

  • C:\Users\DELL\Documents\GitHub\test\react-crm\node_modules\react-scripts\config_placeholder_.js

webpack compiled with 1 error and 1 warning
No issues found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant