Nathan Fritz

Results 47 comments of Nathan Fritz

After playing around with it, it looks like `npm view express "time[4.17.1]"` will work. I agree that the docs need improved.

@Delagen can you add a test to show this working with currently unsupported URL types?

I'm unable to reproduce the issue in npm v8.5.0. Does the same problem occur using the default registry and with the latest version of npm? Please re-open with your logs...

``` dynamoose/docs on  main via ⬢ v17.5.0 ❯ rm -rf node_modules dynamoose/docs on  main via ⬢ v17.5.0 took 2s ❯ npm i npm WARN deprecated [email protected]: The querystring...

``` ❯ npm init -w thingy npm WARN Missing package.json. Try with `--include-workspace-root`. npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /Users/fritzy/projects/scratchpad/test1/package.json npm ERR! errno -2 npm...

Warning due to missing integrity might be a good idea, but requires some discussion. This would be a great thing to bring up at an RFC meeting since this would...

I brought this up in today's RFC meeting, and the consensus was that we do want to change this behavior. Actions: - [ ] log a warning for missing integrity...

Arborist behavior under root is pretty aggressive in trying to prevent file access issues. Issues related to this behavior most often comes up in container use cases due to the...

The documentation says that `--dry-run` should not run prepare, but it currently does.