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
// Whenever calling npm install without any arguments (hence installing all dependencies) no output is emitted on stdout
62
62
// Luckily, whenever you call npm install to install all dependencies chances are you won't need the name/version of the package you're installing because there is none.
// We cannot use the actual install with --json to get the information because of post-install scripts which may print on stdout
70
70
// dry-run install is quite fast when the dependencies are already installed even for many dependencies (e.g. angular) so we can live with this approach
71
71
// We need the --prefix here because without it no output is emitted on stdout because all the dependencies are already installed.
0 commit comments