- Move to the trash these files:
node_module
folder,package-lock.json
andyarn.lock
; - In your
package.json
upgrade webpacker to5.3.0
; - Run
yarn install
in your console
That's it!
In case you don't have the start script in your package.json, you can add:
"scripts": {
"start": "webpack-dev-server"
}
```
Env: Rails 6