如何解决错误运行 rails -server,接收错误:纱线:错误:没有这样的选项:--integrity
我正在使用 Rails 6.0.3.4 和 Ruby 2.7.1,当我运行 rails -s
时,我在终端中收到以下错误:
Usage: yarn [options]
yarn: error: no such option: --integrity
========================================
Your Yarn packages are out of date!
Please run `yarn install --check-files` to update.
========================================
To disable this check,please change `check_yarn_integrity`
to `false` in your webpacker config file (config/webpacker.yml).
当我运行 yarn install --check-files
时,我收到以下错误:
yarn: error: no such option: --check-files
我确实在 webpacker.yml 中将 check_yarn_integrity 设置为 false。
解决方法
尝试使用 npm install --global yarn
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。