#w [webpack.cache.PackFileCacheStrategy] Caching failed for pack Error Cannot find module 'mini-c

13 messages · Page 1 of 1 (latest)

inland pagoda
#

Hi there, messages like this keeps getting spammed in the console for me, has anyone had the same issue or knows how to prevent it?

inland pagoda
#

I managed to solve the issue by updating node, removing node_modules and installing all the dependencies all over again.

inland pagoda
#

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.

timber elm
#

nah, it's a one-man project

inland pagoda
#

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.

timber elm
#

@inland pagoda it works

inland pagoda
#

Nice! 🙂

timber elm
#

thanks