r-marmitt

Results 5 comments of r-marmitt

As of npm cli v8.3.0 (2021-12-09) this can be solved using the overrides field of package.json. But it would be awesome if it got updated. ``` "overrides": { "@nuxtjs/axios": {...

@aeschli I believe there may be some confusion about how to use it. I can confirm: in version 1.102.0-insider, the instruction was added correctly. However (and this is where I...

I faced the same problem. The solution I found was tell git to ignore the .npmrc file `git update-index --skip-worktree -- .npmrc`

+1 Thanks for the workaround. I was unable to get it to work with [fastify-redis](https://github.com/fastify/fastify-redis)