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
It doesn't like the fact that "Program Files" has a space in it. Using nvm to install nodejs, puts nodejs in C:\Program Files. Then if you do 'npm install -g go' it installs OK. When you run it from the command line, it finds the go wrapper executable in C:\Program Files\nodejs, but then you get an error that it can't run 'C:\Program'.
The text was updated successfully, but these errors were encountered:
It doesn't like the fact that "Program Files" has a space in it. Using nvm to install nodejs, puts nodejs in C:\Program Files. Then if you do 'npm install -g go' it installs OK. When you run it from the command line, it finds the go wrapper executable in C:\Program Files\nodejs, but then you get an error that it can't run 'C:\Program'.
The text was updated successfully, but these errors were encountered: