#w [webpack.cache.PackFileCacheStrategy] Caching failed for pack Error Cannot find module 'mini-c
13 messages · Page 1 of 1 (latest)
I managed to solve the issue by updating node, removing node_modules and installing all the dependencies all over again.
i still got the issue
Try removing the package-lock.json file as well. I forgot to mention that one.
Are you working on the project with multiple others?
Then it's probably not recommended to remove that file.
nah, it's a one-man project
Try that then, hopefully it works like it did for me.
After removing it you will have to run npm install again I believe.
I recommend removing the node_modules folder as well before you run npm install.
@inland pagoda it works
Nice! 🙂
thanks