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