Then I had to install node npm and nvm ..basic staples of web development.. I installed nvm and used it to install node LTS (now 12.19.10) and
Code: Select all
node -v
v12.19.10
Code: Select all
npm -v
bash: /usr/bin/npm: /usr/bin/nodejs: bad interpreter: No such file or directory
Anyone get node and npm working on Puppy 8 ? what did you use to install? PPM or sudo apt get?