Private dependencies from other github org
I am getting the following error:
(XXX = Private)
I have a working .npmrc (locally), im using sveltekit.
I have a suspicion about my npmrc only working with http, not ssh, which it seems to be using, but I am unsure if this is an issue?
3 Replies
I am authenticating with a environment variable containing my github access token.
Seems to be a duplicate of: https://discord.com/channels/595317990191398933/1236881594606813205
Nm.. Still getting the error after putting authtoken in plain text inside .npmrc.
I think the problem is that youre trying to clone the repository over ssh. For the authtoken to work you need to clone it over HTTPS.
Yeah. Not sure how to fix it tho (I mean, I could just use Wrangler CLI). I just followed their automatic deployment wizard.