Open njabulomajozi opened 3 years ago
I'm getting the same error.
I have this error:
Error: Cannot find module 'workshopper-adventure/adventure'
Require stack:
- /usr/local/lib/node_modules/how-to-npm/index.js
same probleme
I think package workshopper-adventure/adventure
is gone, at least for public - logs point to
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/workshopper-adventure/adventure.git
but workshopper-adventure/adventure respones with 404
Does anyone know what functionality adventure package provides?
Faced the same problem today with students.
All you have to do to get rid of this error is to run
npm install
in the folder where how-to-npm is installed globally
@r0ulito Doesn't work for me, neither in npm folder and nested node_modules folder:
@r0ulito Doesn't work for me, neither in npm folder and nested node_modules folder:
Actually, you should do this in .npm-global/lib/node_modules/how-to-npm
. The right path for macOS is /Users/$User/.npm-global/lib/node_modules/how-to-npm
. Make sure there is a package.json
file in your folder.
Getting
when running
npm i -g how-to-npm