Setting custom registry for node #6370
Unanswered
gaborbernat
asked this question in
Writing Formulae/Casks
Replies: 1 comment 5 replies
-
Does using system "npm", "install", "--registry=https://magic.com/npm-repos", *std_npm_args work? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
This formula fails for me:
with
Because it's trying to use upstream registry. Can I set an internal registry to point to
https://magic.com/npm-repos
. Couldn't find any info on this at https://docs.brew.sh/Node-for-Formula-Authors#installing-global-style-modules-with-std_npm_args-to-libexec. SettingENV
seems to not work 🤔Beta Was this translation helpful? Give feedback.
All reactions