Brian Johnson

Results 5 comments of Brian Johnson

Thanks for the confirmation and update. Given that this prevents me from being able to use this tool with certain servers that require non-standard media types I would argue that...

Use of the `.npmrc` file to set the repository won't work for my use case. We aren't developing the project, we are just using NPM to download other peoples tools...

No, I had not seen that before. Thanks @dlangerenken! Is there an easy way to verify what registry it's connecting to? I can't find any kind of debug or verbose...

I found the `--verbose` option gave me the output I was looking for. However the `afterEvaluate()` block did not work. It encouraged me to look for other alternatives though. The...

I too am looking for a way to set the npm registry, but creating a `.npmrc` file doesn't make sense in my case. I am not creating my own Node...