VERSIONS ::
- NODE :: 22.17.0
- NPM :: 10.9.2
- NVM (if using) :: 0.39.7
- Python :: 3.11.0
- Go to https://modelnet.cs.princeton.edu/
- Find the "ModelNet10.zip" highlighted in orange. Right click and open in new tab. This will start the download.
- git clone https://github.com/ljgreenwood/proj3.git
- move the ModelNet10.zip into the director and unzip. In the unzipped contents move the folder "ModelNet10" into the root directory of proj3
- you're all set!
- install nvm using paru or equivalent
paru -S nvm- if this does not work run ::
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash- check to ensure that the end of the zshrc or bashrc has lines pretaining to initializing nvm for the current session
- install node 22.17.0 using
nvm install 22.17.0- (this should also install npm - if it doesnt : exit and reload terminal)
- install npm 10.9.2 using
npm install -g npm@10.9.2- check that everything has installed properly by running
npm -v- Go to https://nodejs.org/en/download and download and run the installer
- Ensure everything installed properly
node -v
npm -v