当我尝试使用"运行"(shift+ f10)启动它时,我的RoR项目出错了
但是当我rails s在控制台中启动服务器时,它可以工作.
========================================
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.6.0
warning Integrity check: System parameters don't match
error Integrity check failed
error Found 1 errors.
info Visit https://yarnpkg.com/en/docs/cli/check for documentation about this command.
Run Code Online (Sandbox Code Playgroud)
# Gemfile.lock
GEM
remote: https://rubygems.org/
specs:
actioncable (5.2.0)
actionpack (= 5.2.0)
nio4r (~> 2.0) …Run Code Online (Sandbox Code Playgroud)