node.js - I'm trying to install npm package html2json but while installing getting error in windows -


i have updated npm , node both not working. have searched solution not getting solution. can me solve problem? tried mentioned below

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

while installing package i'm getting error:

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 install html2json dependency of npm err! npm err! if need help, may report error at: npm err!     <https://github.com/npm/npm/issues>  npm err! please include following file support request: npm err!     e:\html parsing using node\html2json\npm-debug.log 

help needed. thank you

is name of npm project html2json? that's problem encountered on this blog. seems confuse node when project name identical dependency package name.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -