Nothing fancy, just a personal log with a built in search function so I can recall what is easily forgotten.
Tuesday, March 1, 2022
Kali Linux Install Node
Steps culled from https://www.freecodecamp.org/news/how-to-install-node-in-your-machines-macos-linux-windows/
Open terminal: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
Close terminal
Open terminal: nvm ls
Same terminal: nvm install 12.18.1
Same terminal: nvm use 12.18.1
Same terminal: node -v
Uninstall Node: rm -rf $NVM_DIR ~/.npm ~/.bower
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment