Loop/Development: Difference between revisions

→‎Windows Specific: Fix command to insert the path into the profile file.
(→‎Windows Specific: Fix command to insert the path into the profile file.)
Line 80: Line 80:
* Now setup your profile file, replace the <code><path to APPDATA></code> with the path you just worked out.
* Now setup your profile file, replace the <code><path to APPDATA></code> with the path you just worked out.


  echo $PATH:/c/Program\ Files/nodejs:<path to APPDATA>/npm >> ~/.profile
  echo PATH=$PATH:/c/Program\ Files/nodejs:<path to APPDATA>/npm >> ~/.profile


* Now exit your shell/console and re-enter it.
* Now exit your shell/console and re-enter it.
canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,627

edits