rules_js icon indicating copy to clipboard operation
rules_js copied to clipboard

Support .npmrc registry/auth settings

Open alexeagle opened this issue 1 year ago • 2 comments

https://docs.npmjs.com/using-private-packages-in-a-ci-cd-workflow#create-and-check-in-a-project-specific-npmrc-file

In practice we probably just have to validate that the Bazel downloader config flag is set, and the downloader config has mirrored the settings from .npmrc.

alexeagle avatar Aug 12 '22 18:08 alexeagle

I think this has been fixed with https://github.com/aspect-build/rules_js/pull/475

pedrobarco avatar Oct 03 '22 23:10 pedrobarco

I think we're missing a documentation update to consider it done

alexeagle avatar Oct 05 '22 20:10 alexeagle