Tim Bacon

Results 4 comments of Tim Bacon

Did a bit more digging - seems like it might be an issue with `pacote`? -- see https://github.com/yeoman/environment/issues/308

To be more explicit the issue I'm having is very similar to the OP. My generator is trying to add dependencies that are hosted in a private registry. My `.npmrc`...

Thanks for looking into this @mshima 😄 For now I have a workaround: I can use [latest-version](https://www.npmjs.com/package/latest-version) to resolve public and private dependency versions myself before invoking `addDependencies/addDevDependencies` with a...

👍 100% second this. Maybe merge PR #50 and publish v1.5.1?