原文:http://www.cnblogs.com/jiaoshou/p/4756738.html
是path环境变量没有设置。
第一种方法:
dos下输入:
npm config get prefix
得到的地址就是path
第二种方法:
dos下输入:
npm config list
第三种方法:
就是自己手动找node_global全局文件路径,根据自己安装nodejs时候文件的位置,找到node_global的位置,这个路径就是系统变量PATH
原文:http://www.cnblogs.com/jiaoshou/p/4756738.html
是path环境变量没有设置。
第一种方法:
npm config get prefix
得到的地址就是path
第二种方法:
npm config list
第三种方法:
就是自己手动找node_global全局文件路径,根据自己安装nodejs时候文件的位置,找到node_global的位置,这个路径就是系统变量PATH