can locate in
npm list --global
but when i require it in my program directly it shows no module error
why should i always install it locally to use even if i installed it gloablly ?
maybe someone else need to use your code on his own system without your global modules.
if you wanna create an app/lib that only run in your current system it's ok.
You may need to install locally, in the project
Обсуждают сегодня