gpt4 book ai didi

ruby-on-rails - 生产环境中的 Rails Webpacker 编译错误

转载 作者:行者123 更新时间:2023-12-04 11:15:20 25 4
gpt4 key购买 nike

环境

Rails 6.0.0
Ruby 2.6.0
Amazon Linux2
什么
enter image description here
当我部署 Rails 应用程序时,会发生此错误
ActionView::Template::Error (Webpacker can't find application in /home/web/www/eloop-regular/public/packs/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.

1. 除非您使用 webpack -w,否则您希望为您的环境将 compile 的 webpacker.yml 值设置为 true或 webpack-dev-server。
我的 config/webpacker.yml 包含
production:
<<: *default

# Production depends on precompilation of packs prior to booting for performance.
compile: true

# Extract and emit a css file
extract_css: true

# Cache manifest.json for performance
cache_manifest: true
2. webpack 尚未重新运行以反射(reflect)更新。
我跑
$ RAILS_ENV=production bundle exec rails webpacker:compile
3. 你错误地配置了 Webpacker 的 config/webpacker.yml 文件。
在开发环境中 webpacker 工作正常。
4. 你的 webpack 配置没有创建 list 。
manifest.json 已创建

最佳答案

当我运行预构建的 rails 6 应用程序时,我遇到了同样的问题。发现这是因为 yarn.lock 文件中的 Webpack 版本不一致。
然后当我跑
yarn add @rails/webpackerbundle update webpacker
如在此 comment 中找到的,问题解决了。

关于ruby-on-rails - 生产环境中的 Rails Webpacker 编译错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58520418/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com