我试图安装npm包html2json,但在Windows

时间:2017-09-12 17:00:22

标签: node.js npm npm-install

我更新了npm和节点,但它没有工作。 我已经搜索了解决方案但没有得到任何解决方案。 任何人都可以帮我解决我的问题吗? 我尝试了下面提到的所有这些

npm -v
output: 3.10.10
node -v
output: v6.11.3
npm config get registry
output: https://registry.npmjs.org/
npm cache clean

安装软件包时遇到此错误:

npm ERR! Windows_NT 10.0.14393
npm ERR! argv "F:\\ProgramFiles\\nodejs\\node.exe" "F:\\ProgramFiles\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "html2json"
npm ERR! node v6.11.3
npm ERR! npm  v3.10.10
npm ERR! code ENOSELF

npm ERR! Refusing to install html2json as a dependency of itself
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!     E:\Html Parsing using node\html2json\npm-debug.log

需要帮助。 谢谢

1 个答案:

答案 0 :(得分:0)

你的npm项目名称也是html2json吗?这是this blog遇到的问题。当项目名称与依赖包名称相同时,似乎会混淆Node。