84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
人生最曼妙的风景,竟是内心的淡定与从容!
因为nvm把node装在用户主目录的.nvm文件夹的子目录versions里,node的路径并没有被添加到PATH里所以当执行which node时会出现/usr/bin/which: no node in (/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
你只需要把node所在目录的路径在执行which node 前添加于PATH即可而which node 这个命令可能是nvm执行的目的可能是为了判断node有没加入环境变量,没有的话就加入。你可以执行一下echo $PATH 看看有没有node所在目录的路径在里边
因为nvm把node装在用户主目录的.nvm文件夹的子目录versions里,node的路径并没有被添加到PATH里
所以当执行which node时会出现/usr/bin/which: no node in (/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
你只需要把node所在目录的路径在执行which node 前添加于PATH即可
而which node 这个命令可能是nvm执行的
目的可能是为了判断node有没加入环境变量,没有的话就加入。
你可以执行一下echo $PATH 看看有没有node所在目录的路径在里边