I am using git-bash/mingw32 on win7 without admin privileges. I am trying to install npm on my F: usb drive:
I have tried the following:
/f/envs/r1 (master)
$ curl -L https://npmjs.org/install.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 193 100 193 0 0 193 0 0:00:01 --:--:-- 0:00:01 193
100 6711 100 6711 0 0 4887 0 0:00:01 0:00:01 --:--:-- 436k
npm cannot be installed without nodejs.
Install node first, and then try again.
I have not had any luck in finding a portable node executable for windows in my searches so far. How can I install node/npm here?