Codespace for private org repo unable to fetch internal packages from different internal repo in same org #50531
-
Select Topic AreaBug BodyI have a private repository When we spin up a codespace in repo |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Of course right after I posted this I think I came to the realization that we need a |
Beta Was this translation helpful? Give feedback.
Of course right after I posted this I think I came to the realization that we need a
.npmrcthat tells npm to use the codespacesGITHUB_TOKENENV variable as the registry auth token. This could definitely be more clear in the docs.