npm과 노드를 모두 업데이트했지만 작동하지 않았습니다. 솔루션을 검색했지만 해결책이 없습니다. 누구든지 내 문제를 해결할 수 있습니까? 나는이 오류를 받고 있어요 패키지를 설치하는 동안이 모든npm 패키지 html2json을 설치하려고하지만 Windows에 오류가 발생하는 중 설치하려고합니다.
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
도움말을. 감사합니다.
"이름"이 (는) 종속성과 동일하지 않은지 확인하십시오. – Ved
고맙습니다. 도움을 받으실 수 있습니다. 사실 노드에 익숙하지 않습니다. –
니스. packgae.json의 이름 속성은 다른 종속성과 일치하지 않아야합니다. – Ved