5 npm Tips/Tricks You (Probably) Don't Know

preview_player
Показать описание
In this video, I will go over 5 tips to make you more productive with npm. 📈

Well, this video might boost your npm productivity but at the very least it will impress some of your colleagues with your new skills. People will now perceive you as smarter and potentially more attractive - this may be slight dramatics to gain a few more clicks. 🙈

Since we use npm each day I think it's good to know what we can do with it.

What was your favourite npm tip or trick?

❓If you have questions leave them in the comments or join the Codú Community Discord:

📝 Commands for copy-pasting
1. List available scripts
npm run
2. List installed packages
npm list - depth=0
3. Open a package's homepage or repo
npm home PACKAGE_NAME
npm repo PACKAGE_NAME
4. Show all the available versions for a package
npm v react versions
5. Look for outdated packages
npm outdated

🏆 - Also  VS Code Bonus Tip at the end.

💜 Subscribe for more videos 💜

Follow Niall Maher

#programming #javascript
Рекомендации по теме
Комментарии
Автор

npm outdated thanks for this one especially

anzaralim
Автор

npm audit --fix --force super scary though

AungBaw