You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npx will fetch a package if you don't have it installed. I worry that using it will obscure any missing devDependencies.
I generally have my reservations about npx, but it seems that this change will unblock us in the short term. We can return to the issue of whether npx is the right choice, later.
This discussion was converted from issue #537 on September 07, 2022 09:52.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
npx
will fetch a package if you don't have it installed. I worry that using it will obscure any missing devDependencies.I generally have my reservations about
npx
, but it seems that this change will unblock us in the short term. We can return to the issue of whethernpx
is the right choice, later.Originally posted by @geoknee in #536 (comment)
Beta Was this translation helpful? Give feedback.
All reactions