-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Description
Describe the bug
When creating a new react-app and running npm start
There might be a problem with the project dependency tree.
It is likely not a bug in Create React App, but something you need to fix locally.
The react-scripts package provided by Create React App requires a dependency:
"babel-loader": "8.1.0"
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: react-scripts start
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Don't try to install it manually: your package manager does it automatically.
However, a different version of babel-loader was detected higher up in the tree:
/Users/dimitri/node_modules/babel-loader (version: 8.0.6)
Did you try recovering your dependencies?
I did the following steps and the issue persists:
- Delete package-lock.json (not package.json!) and/or yarn.lock in your project folder.
- Delete node_modules in your project folder.
- Remove "babel-loader" from dependencies and/or devDependencies in the package.json file
in your project folder. - Run npm install or yarn, depending on the package manager you use.
Have you done all these steps and still see the issue?
Please paste the output of npm --version
and/or yarn --version
to confirm.
-->
(base) Dimitris-MBP:hooks dimitri$ npm --version
6.13.1
Environment
I'm using Webstorm on a MBP running macOS 10.14 Mojave.
Environment Info:
current version of create-react-app: 3.4.1
running from /usr/local/lib/node_modules/create-react-app
System:
OS: macOS Mojave 10.14
CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
Binaries:
Node: 13.2.0 - /usr/local/bin/node
Yarn: 1.21.0 - /usr/local/bin/yarn
npm: 6.14.3 - ~/Documents/hooks/node_modules/.bin/npm
Browsers:
Chrome: 80.0.3987.149
Firefox: 73.0.1
Safari: 12.0
npmPackages:
react: ^16.13.1 => 16.13.1
react-dom: ^16.13.1 => 16.13.1
react-scripts: 3.4.1 => 3.4.1
npmGlobalPackages:
create-react-app: 3.4.1