我在没有管理员权限的win7上使用git-bash / mingw32。我想在我的F:usb驱动器上安装npm:
我尝试了以下内容:
/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.
到目前为止,我在搜索中找不到可移植节点的可执行程序。如何在这里安装node / npm?
答案 0 :(得分:0)
只需通过this link for 64-bit或this link for 32-bit下载最新稳定版node.exe
。
然后对于npm,您可以从here下载最新版本(虽然在撰写本文时似乎有几个版本)并将zip / tgz解压缩到与node.exe
您相同的目录中刚下载。
然后你应该能够执行node和npm。