2 Matching Annotations
- Oct 2020
-
stackoverflow.blog stackoverflow.blog
-
There is this black hole syndrome where you spend hours working on something and get no feedback.
-
- Sep 2020
-
stackoverflow.com stackoverflow.com
-
But I just want to say npx is lame. It should have been npm run or npm exec or something.
They apparently don't appreciate the brevity of npx for something that you probably will run often. Would you also prefer to type out
node package-manager
instead ofnpm
every time you currently type outnpm
??
-