我更新了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
需要帮助。 谢谢