You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've finished chapter 15 and am trying to run the build. When I run the command npm run build in the quiz directory, I get the following errors:
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] build: webpack --progress --colors --profile
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
I looked in the dist folder and there is not a bundle.min.js file. What is happening and how do I fix it?
The text was updated successfully, but these errors were encountered:
Hi @Mishelbi. Can you try this using the code provided in the repo? If that works then there's probably just a small typo in one of your files that needs tracking down. This can be frustrating ... but welcome to programming! Daz
I've finished chapter 15 and am trying to run the build. When I run the command npm run build in the quiz directory, I get the following errors:
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] build:
webpack --progress --colors --profile
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
I looked in the dist folder and there is not a bundle.min.js file. What is happening and how do I fix it?
The text was updated successfully, but these errors were encountered: