Replies: 1 comment
-
Hey @DTufto - Have you uploaded the custom repo to NPM? You should be able to then add it. If the repo is private, you'll also need to upgrade to Team Pro. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello! Today I started porting over a repository to codesandbox, and I ran into the following problem:
Yarn install cannot run because of SSH key problems.
The situation is as follows:
We have a "base" frontend repo, where we create products which are not specific to any clients.
We have clientspecific repo's, where we add code that is only to be used for that client.
The clientspecific repo imports the "base" frontend with yarn install, but codesandbox cannot access it.

I thought of the usual method on Ubuntu by creating an ssh-key in the Codesandbox-terminal and adding it to my github account. (Which works, as you can see in the following screenshot.)
But I keep getting the following error message.

Could anyone help me out? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions