Private repository dependency

Hi all,

I have Recat Native project that has a private repository as one dependency. I have added the public ssh key form bitrise into the dependency repository but I get some error on yarn build.

error https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.8.2.tgz: Extracting tar content of undefined failed, the file appears to be corrupt: “ENOENT: no such file or directory, chmod ‘/Users/vagrant/Library/Caches/Yarn/v6/npm-core-js-pure-3.8.2-286f885c0dac1cdcd6d78397392abc25ddeca225-integrity/node_modules/core-js-pure/features/instance/sort.js’”

info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

The dependency is added in my package json with this format:
“my-package”: “ssh://git@bitbucket.org:xxx/my-package.git#main”,

Can you please advice?

Many thanks,
Florin

Hi @rebeldot-ci! Could you paste an URL to your build here, so we can take a look? Thanks! :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.