This repository has been archived by the owner on Oct 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
npm scripts throwing errors #264
Labels
Comments
This was referenced Oct 22, 2018
I have the same problem. I can run "npm run start", it works , but when I run "npm run build",
in package.json:
|
Upgrading webpack-cli to the latest will solve the issue |
mischah
added a commit
that referenced
this issue
Feb 8, 2019
Thanks @ematipico 💯 |
The current master branch builds correctly with Node 6, 8, 10 and 11 and a proper release will follow within this week. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The build process fails after a fresh install with the following error:
It’s caused by a bug introduced in webpack 4.20.0 (See webpack/webpack#8082)
Current workaround
Install and use webpack 4.19.0:
Sorry for the inconvenience.
Complete error log in the Terminal:
The text was updated successfully, but these errors were encountered: