我一直在尝试通过SublimeLinter-jshint所需的npm安装jshint。
我正在运行Windows 7(64位)。它似乎与错误消息一起失败:
`C:\Users\Ephekz>npm install -g jshint
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files (x86)\nodejs\\node.exe" "C:\Program Files (
x86)\nodejs\node_modules\npm\bin\npm-cli.js" "install" "-g" "jshint"
npm ERR! node v0.12.4
npm ERR! npm v2.10.1
npm ERR! code EADDRINUSE
npm ERR! errno EADDRINUSE
npm ERR! syscall connect
npm ERR! connect EADDRINUSE
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\Ephekz\npm-debug.log`
到目前为止我已尝试过这个:
https://registry.npmjs.org/
”以及“npm config set registry http://registry.npmjs.org/
”我不确定该怎么做才能完成这项工作。任何建议将不胜感激。我附上了以下调试日志的链接: