Module build failed
See original GitHub issueIs this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
npm version is 5.3.0
Which terms did you search for in User Guide?
N/A
Environment
node -v
: 8.0.0npm -v
: 5.3.0yarn --version
(if you use Yarn): N/Anpm ls react-scripts
(if you haven’t ejected): react-scripts@1.0.10
Then, specify:
- Operating system: OS X El Capitan
- Browser and version (if relevant): Chrome - 59.0.3071.115 - 64-bit
Steps to Reproduce
(Write your steps here:)
- simply just ran the install instructions
- sudo npm start
- opened http://localhost:3000/ and got error message
Expected Behavior
Thought I’d see some kind of working page or some kind of successful message in the browser and in terminal.
Actual Behavior
- simply just ran the install instructions
- sudo npm start
- opened http://localhost:3000/ and got error message
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Module Build Failed - Webpack, React, Babel - Stack Overflow
It was solved. The answer was in installing presets npm i --save babel-preset-env babel-preset-react . Then adding another key in the ...
Read more >Error: Module build failed: Error: Node Sass does not yet ...
This error happened with me after upgrade of node.js. Cause: Node Sass version is not compatible with Node.js version. Solution: you should check...
Read more >Angular - Code with Mosh Forum
Error : Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js): · delete the node_modules folder · delete package-lock.json ...
Read more >npm run dev: Module build failed, TypeError - Laracasts
I have created a new project and added fortify, jetstream and livewire. When I ran the final "npn run dev" I got the...
Read more >Sign in - YouTube
Module build failed (from ./node_modules/source-map-loader/dist/cjs.js): Error: ENOENT: no such file or directory, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure
Closing as
npm@5.4.1
is pretty stable.