question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm start error with create-react-app

See original GitHub issue

After running npm start for my react-app project, I get the below message., I’ve tried multiple solutions to no avail.

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! myapp@0.1.0 start: react-scripts start npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the myapp@0.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /Users/Dylan/.npm/_logs/2020-11-10T20_01_12_455Z-debug.log Dylan@BobbyD-2 myapp %

Could someone please help? I’ve updated npm, removed existing modules, tried re-installing, and so much more. Thank you.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12

github_iconTop GitHub Comments

1reaction
dyudis314commented, Nov 11, 2020

Resolved: Turns out I had babel-loader and webpack installed in a node_modules folder from a parent folder. I deleted them manually, re-installed npm and ran it. It now works. Thanks to all.

0reactions
dyudis314commented, Nov 19, 2020

Looks like this is solved, could you close this issue? Thanks!

My apologies - Will do!. Thanks to all.

Read more comments on GitHub >

github_iconTop Results From Across the Web

javascript - npm start error with create-react-app - Stack Overflow
Go to your C:\Users\<USER>\AppData\Roaming · Delete npm and npm-cache directories... · Go back to your application directory and remove ...
Read more >
'Npm start' fails on react-scripts-start · Issue #9594 - GitHub
I have 4 projects bootstrapped using create-react-app. One of the projects is working ... Failed at the client@0.1.0 start script. npm ERR!
Read more >
React npm start not working? - The freeCodeCamp Forum
Yeah my folder was named React_Practice and by using : npx create-react-app “FOLDERNAME” (newly created folder) , I had created a new folder ......
Read more >
"The NPM script 'start' exited without indicating that the create ...
From the error message, it seems that the react-scripts.js module was not found, try to check the package.json file whether it contains the ......
Read more >
Everything you need to know about react-scripts
Create React App ships with four main scripts, each of which we'll ... fails to start the server in the form of meaningful...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found