Widespread Augmented Reality

Widespread Augmented Reality
Click on the image to get the Android Augmented Reality Heads up Display

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

  • No comments:

    Post a Comment