CScript Error: Execution of the Windows Script Host failed - Rails rake assets:precompile

[亡魂溺海] 提交于 2020-01-06 02:44:30

问题


I am deploying rails project on heroku. When I use rake assets:precompile it gives following error -

rake aborted!
CScript Error: Execution of the Windows Script Host failed. (0x800A0007)

(in c:/Rails Projects/sheets_vip_rails/app/assets/javascripts/application.js)

Tasks: TOP => assets:precompile:primary
(See full trace by running task with --trace)
rake aborted!
Command failed with status (1): [c:/Ruby193/bin/ruby.exe c:/Ruby193/bin/rak...]

Tasks: TOP => assets:precompile
(See full trace by running task with --trace)

Thanks for any help.

来源:https://stackoverflow.com/questions/11292514/cscript-error-execution-of-the-windows-script-host-failed-rails-rake-assetsp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!