We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, when ever try to start the react server on my local system with npm start, I receive this error. I would really appreciate the help
npm start
My node and npm versions are
node --version v18.12.0 npm --version 8.19.2
PS C:\Users\b\Desktop\folio\frontend_react> npm start > [email protected] start > react-scripts start Failed to compile. Cannot find module './watcherManager' Require stack: - C:\Users\b\Desktop\folio\frontend_react\node_modules\watchpack\lib\DirectoryWatcher.js - C:\Users\b\Desktop\folio\frontend_react\node_modules\watchpack\lib\getWatcherManager.js - C:\Users\b\Desktop\folio\frontend_react\node_modules\watchpack\lib\watchpack.js - C:\Users\b\Desktop\folio\frontend_react\node_modules\webpack\lib\node\NodeWatchFileSystem.js - C:\Users\b\Desktop\folio\frontend_react\node_modules\webpack\lib\node\NodeEnvironmentPlugin.js - C:\Users\v\Desktop\folio\frontend_react\node_modules\webpack\lib\webpack.js - C:\Users\b\Desktop\folio\frontend_react\node_modules\webpack\lib\index.js - C:\Users\b\Desktop\folio\frontend_react\node_modules\react-scripts\scripts\start.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
when ever try to start the react server on my local system with
npm start
, I receive this error. I would really appreciate the helpMy node and npm versions are
The text was updated successfully, but these errors were encountered: