-
I'm trying to configure auth for a private package which is scoped. So i've this in npmRegistries:
//gitea.domain.test/api/packages/org/npm:
npmAuthToken: token
npmAlwaysAuth: true and this in repo nodeLinker: node-modules
defaultSemverRangePrefix: ''
supportedArchitectures:
os: [linux, win32]
cpu: [x64]
npmScopes:
org:
npmRegistryServer: https://gitea.domain.test/api/packages/org/npm but i still get Do i make something wrong or isn't this a supported scenario? |
Beta Was this translation helpful? Give feedback.
Answered by
viceice
Sep 22, 2022
Replies: 1 comment
-
somehow had a missing char in token, now it works as expected 🤦♂️ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
viceice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
somehow had a missing char in token, now it works as expected 🤦♂️