You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New users on Windows 10 who installed the latest version of everything suggested in Installfest might get the following error when trying to complete Step 5 of Creating a Rails App:
Errno::ENOENT in Drinks#index
Showing C:/Sites/railsbridge/test_app/app/views/layouts/application.html.erb where line #7 raised:
No such file or directory @ unlink_internal - C:/Users/Name/AppData/Local/Temp/execjs20171225-10092-1rlqwsqjson
New users on Windows 10 who installed the latest version of everything suggested in Installfest might get the following error when trying to complete Step 5 of Creating a Rails App:
Line 7 is the following:
According to this post: https://stackoverflow.com/questions/28421547/rails-execjsprogramerror-in-pageshome, it's because coffee-script-source 1.9.0 does not work on Windows. The fix doesn't seem to work for me at the moment so I'm using a temporary fix:
Go to C:\Sites\railsbridge\test_app\app\assets\javascripts\application.js and delete // from "//= require turbolinks".
The text was updated successfully, but these errors were encountered: