You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I removed all the eslint files + the dependecies in package.json, installed the packages again and got rid of the error this way!
Still looking for a package to replace it :/
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:
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:
webpack compiled with 1 error and 1 warning
No issues found.
The text was updated successfully, but these errors were encountered: