npm 找不到全局global安装的模块module
npm list -global 可以找到已经安装的module
1. 首先找到我们自己设置的全局仓库的目录
npm config get prefix
2. 查看当前node能找到的module仓库或目录:运行node,输入module.paths 可以看到并没有上边的全局仓库地址
3. 打开系统设置,配置环境变量 NODE_PATH
4.重新打开终端查看,已有
Less interests,more interest!