Using .npmrc reports packages as undefined, where to go next? #8392
-
I've been following the documentation at https://docs.renovatebot.com/private-modules/#when-are-npm-private-modules-used where I am The
My I've tried in the directory of the Renovate instance and at the user root directory running Renovate however it always fails. Is there something additional I need to do or mixed up the steps? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Think this is something to do with how I am using docker. Running the command |
Beta Was this translation helpful? Give feedback.
Think this is something to do with how I am using docker.
Running the command
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
in the Dockerfile shows the problem however running it within docker works.