npkill icon indicating copy to clipboard operation
npkill copied to clipboard

npm ERR! Cannot find module 'resolve'

Open estevanjantsk opened this issue 5 years ago • 0 comments

Describe the bug run npx npkill in the terminal with node v12.13.0 npm 6.14.1 throws this error: ERR! Cannot find module 'resolve'

To Reproduce Steps to reproduce the behavior: ➜ ~ npx npkill npm ERR! code MODULE_NOT_FOUND npm ERR! Cannot find module 'resolve' npm ERR! Require stack: npm ERR! - /Users/estevanj/.nvm/versions/node/v12.13.0/lib/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js npm ERR! - /Users/estevanj/.nvm/versions/node/v12.13.0/lib/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js npm ERR! - /Users/estevanj/.nvm/versions/node/v12.13.0/lib/node_modules/npm/node_modules/read-package-json/read-json.js npm ERR! - /Users/estevanj/.nvm/versions/node/v12.13.0/lib/node_modules/npm/node_modules/read-package-tree/rpt.js npm ERR! - /Users/estevanj/.nvm/versions/node/v12.13.0/lib/node_modules/npm/lib/install.js npm ERR! - /Users/estevanj/.nvm/versions/node/v12.13.0/lib/node_modules/npm/lib/npm.js npm ERR! - /Users/estevanj/.nvm/versions/node/v12.13.0/lib/node_modules/npm/bin/npm-cli.js

npm ERR! A complete log of this run can be found in: npm ERR! /Users/estevanj/.npm/_logs/2020-03-29T10_46_13_954Z-debug.log Instalação de [ 'npkill@latest' ] falhou com código 1 ➜ ~

Expected behavior When I run npx npkill I should be able to run it without error.

  • OS: Nome do Modelo: MacBook Pro

estevanjantsk avatar Mar 29 '20 10:03 estevanjantsk