标签: node.js npm
我在全球范围内安装了http-server,但它没有显示在"C:\Users\userName\AppData\Roaming\npm\"中,我收到了错误
http-server
"C:\Users\userName\AppData\Roaming\npm\"
sh: http-server: command not found
我使用了以下命令
npm install -g http-server
答案 0 :(得分:3)
我在PATH中添加了“C:\ Program Files(x86)\ Git \ local”,现在正在使用。