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
I upgraded from 1.1 Beta to the 7-15-2015 dev build and reopened my solution and was unable to run it.
I had a relative path in the project settings under "Node.exe path". I use the electronpre-built package which installs the executable under node_modules\electron-prebuilt\dist\electron.exe relative to the project. It used to work but no longer does.
Specifying a relative path is key in allowing us to submit the .njsproj file into source control and having others be able to debug/run the project without having to modify the project file to specify an absolute path on their machines.
The text was updated successfully, but these errors were encountered:
I'm pretty sure we never supported this because we haven't really changed anything in this codepath, and the current code would always produce an error if File.Exists returned false on the relative path (running without the debugger attached, however, does work.) In any case, working on a fix that explicitly adds this support.
Interesting. I checked my the project file history in source control and--surprisingly, I suppose--did not have an absolute path before the upgrade and it surely worked!
I upgraded from 1.1 Beta to the 7-15-2015 dev build and reopened my solution and was unable to run it.
I had a relative path in the project settings under "Node.exe path". I use the electron pre-built package which installs the executable under
node_modules\electron-prebuilt\dist\electron.exe
relative to the project. It used to work but no longer does.Specifying a relative path is key in allowing us to submit the .njsproj file into source control and having others be able to debug/run the project without having to modify the project file to specify an absolute path on their machines.
The text was updated successfully, but these errors were encountered: