Webpacker bugs
Typically caused by wrong node version in your project
First thing to try:
rails assets:clobberThen delete the node_modules folder
rails assets:precompileIf 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