Getting Started
-
4. Setting Up Path
Next to SetUp Local User PATH
Edit the Config File with nano Editor:nano $HOME/.bashrc
Append:
export 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:
bash
Last to Test the Setup play:
node --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