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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
This seems to be a very hard thing to Google, so I'm asking here. Where can I find a comprehensive list of command line switches accepted by each npm command? Does npm $CMD ---help list all of them? Also, what about the root npm command? Are there general switches that are accepted before supplying each command, similar to how -P to git -P $CMD disables paging for example? If so, where can I find the documentation for them?
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
-
This seems to be a very hard thing to Google, so I'm asking here. Where can I find a comprehensive list of command line switches accepted by each npm command? Does
npm $CMD ---help
list all of them? Also, what about the rootnpm
command? Are there general switches that are accepted before supplying each command, similar to how-P
togit -P $CMD
disables paging for example? If so, where can I find the documentation for them?Beta Was this translation helpful? Give feedback.
All reactions