Webpacker bugs

Typically caused by wrong node version in your project

First thing to try:

rails assets:clobber

Then delete the node_modules folder

rails assets:precompile

If that doesn't work, then fix your node version followoing instructions here: https://briancasel.gitbook.io/cheatsheet/rails-1/troubleshooting/manage-node-versions-using-nvm

Last updated