Skip to content

Known Issues

JulianEgbert edited this page Jan 27, 2022 · 6 revisions

Error with node version

The setup doesn't work with node version v17.2.0. A working version is v10.19.0

Webpacker::Manifest::MissingEntryError

Aka "Javascript Packages won't recompile"

  1. Run bundle exec rails webpacker:clobber to clear the cache of old packages
  2. 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:

  1. Check node version and maybe switch it (e.g. nvm use v16.13.1)
  2. Maybe also run yarn install.
  3. Run rails s
Clone this wiki locally