-
Notifications
You must be signed in to change notification settings - Fork 1
Known Issues
JulianEgbert edited this page Jan 27, 2022
·
6 revisions
The setup doesn't work with node version v17.2.0
. A working version is v10.19.0
Aka "Javascript Packages won't recompile"
- Run
bundle exec rails webpacker:clobber
to clear the cache of old packages - Run
rails s
to recompile them and it should work
However, if it doesn't work and gives you an error with webpack.yml, you should do following:
- Check node version and maybe switch it (e.g.
nvm use v16.13.1
) - Maybe also run
yarn install
. - Run
rails s