-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
npm run build is broken with "Cannot read property 'stat' of undefined" #2847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
same here |
same with [email protected] node v11.0.0 |
I added a postinstall script for now in my package.json:
it's horribly ugly but it sticked :D |
webpack-contrib/cache-loader@d8c630b also this might help for tracking |
thanks ! it works |
same problem |
For now instead of doing a post install I would just say update your dev dependencies to use the last working version of the cache-loader which was 1.2.2
|
might be related to vuejs/vue-cli#2847
I don't know what's this for, but it really solved the build error. big thanks. |
|
Uh oh!
There was an error while loading. Please reload this page.
Version
3.0.5
Reproduction link
https://gist.github.com/amir20/741117cd85858949c866e01dcf578a7f
Node and OS info
node v10.7.0, npm 6.1.0
Steps to reproduce
npm install -g @vue/cli
vue create -d hello-world
cd hello-world
npm run build
What is expected?
Successfully be able to build for production
What is actually happening?
The text was updated successfully, but these errors were encountered: