Gar

Results 495 comments of Gar

Closing this while folks work on it. Please do keep your branch in the forked repo. Trying to clear out our pull requests so that they are more manageable.

`silent` is a directive to logging, not to script execution. `--foreground-scripts` is the thing that is *supposed* to silence script output. Having said that, the `--foreground-scripts` param is not being...

fixed by https://github.com/npm/cli/pull/5645, thank you @winterqt

`only` and `optional` are deprecated flags and should not be included. `include` is the inverse of `omit` and probably should be included.

I was not able to duplicate this with `v7.4.3` My config is as follows: ```sh $ npm config list @npm:registry = "https://npm.pkg.github.com" //npm.pkg.github.com/:_authToken = (protected) //registry.npmjs.org/:_authToken = (protected) ``` The...

We would need more info to debug this, such as the output of the failing install with `--verbose` and the output of `npm config list`.

@ianldgs Glad to hear it. ~A bug fix went out in 7.5.2 that had to do with how and when the cli checked if you were logged in during publishes...

@mrucelum is that the actual output of `npm config list`? npm pulls from several different places when it builds its final config so just having the contents of one file...

Also, is your token newer than 90 days? Azure tokens only live for 90 days by default.

Thank you @leepowelldev, we can move the azure-specific conversation there, as this issue was for github packages.