Can npx execute packages without having the package installed?
In a lot of places i see people saying that npx can execute packages without instlalling them but whenever i try to exeute a package i get
Need to install the following packages
.
example
npx cowsay 'wow'
1 Reply
it will install it to a temp folder i think.