List All Globally Installed Npm Packages 💡 #nodejs #nodejstutorial #nodejsdevelopment #reactjs

preview_player
Показать описание
How to show all globally installed npm packages on your machine, and when to install npm packages globally vs locally.

📣 Follow Coding in Flow on social media:
Рекомендации по теме
Комментарии
Автор

Neat! I've been screwed by global packages several times 😅

PostMeridianLyf
Автор

also, if the list shows many deep dependency that you dont want to see, just use --depth=0

npm ls -g --depth=0

ban_droid
Автор

Bro you should try remix. A lot of developers are switching to remix due to the frustration with app router in next. Let's see what nextjs conf has to offer

gofudgeyourselves