Желая быстро работать на переднем конце и работать только на заднем конце, я хочу использовать тему из http://gems.rapidrailsthemes.com/.
Когда я хочу запустить свой локальный сервер через rails s, меня уведомляют, что мои пакеты пряжи устарели. Затем я запускаю установку пряжи и получаю следующее сообщение об ошибке:
➜ casimodo_app git:(master) ✗ rails s
=> Booting Puma
=> Rails 5.1.5 application starting in development
=> Run `rails server -h` for more startup options
========================================
Your Yarn packages are out of date!
Please run `yarn install` to update.
========================================
To disable this check, please add `config.webpacker.check_yarn_integrity = false`
to your Rails development config file (config/environments/development.rb).
yarn check v1.12.1
error Couldn't find an integrity file
error Found 1 errors.
info Visit https://yarnpkg.com/en/docs/cli/check for documentation about this command.
Exiting
➜ casimodo_app git:(master) ✗ yarn install
yarn install v1.12.1
[1/4] ? Resolving packages...
[2/4] ? Fetching packages...
error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9". Got "11.0.0"
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Кто-нибудь может помочь с этим?
Заранее спасибо за помощь!
Хорошего дня,
Макс