Getting Started
-
4. Setting Up Path
Next to SetUp Local User PATH
Edit the Config File with nano Editor:Copynano $HOME/.bashrc
Append:
Copyexport PATH=$PATH:/usr/local/node/bin
Ctrl+v to Paste in
Finally, Ctrl+x to Save & Exit from nano Editor.Then to ReLoad the New PATH:
Copybash
Last to Test the Setup play:
Copynode --version
-
5. NodeJs Getting Started
Node.js Quick Start Guide on Linux.
Now you are able to Getting-Started with the Node.js Development, to Look for Further Docs and Resource meet the Online Node.js Developers Community.
Contents