react-crm icon indicating copy to clipboard operation
react-crm copied to clipboard

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

Open Lord-baba99 opened this issue 2 years ago • 3 comments

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.

Lord-baba99 avatar Jan 09 '24 21:01 Lord-baba99

Is there any updates on this?

Laaad avatar Jul 17 '24 13:07 Laaad