What is npx? Learn the npm vs npx difference in Node.js

preview_player
Показать описание
🚨 IMPORTANT:

npx vs npm can be a confusing debate. I created a video to explain the difference between npm and npx, explained the history of npx, and how to work with npx.

P.S. If you like my work, feel free to share it, like it, and subscribe to my YouTube channel. Let's connect on twitter @MrAhmadAwais.
Peace! ✌️
Рекомендации по теме
Комментарии
Автор

Thank you! This is just what I needed.

asfandiyar
Автор

bro, it started off with boring, this folder, will exceute bin, react this and that, but towards the end of the video, you got to the point, atleast thats what I was looking for, does make a sense to me now. cheers

centaur
Автор

Thanks pal. Good explanation. Saludos.

andresroca
Автор

searched for npx and preferred to watch your guide because never before I have listened you, well I liked the guide. better if you would have also given the background of running the same thing with npm because like me who are knew don't know about it. currently exploring.

akramnarejo
Автор

are sub-dependencies of a dependency installed via npx present in cache or in node_modules folder?

harpuneetkalsi
Автор

Great video. Once question tho, as you said npx will install the package first and execute it, will the package be available to us afterward if it is already installed?

TheRohit
Автор

So npx is used to execute npm package binaries

mikopiko