Virgil JavaScript Crypto Library is a high-level cryptographic library that allows you to perform all necessary operations for secure storing and transferring data and everything required to become HIPAA and GDPR compliant.
Currently, I am facing below problem in circleci. Can I get any help?
#!/bin/bash -eo pipefail
yarn build:android
yarn run v1.12.3
$ ENVFILE=.env.prod react-native bundle --entry-file index.js --platform android --dev false --bundle-output android/main.jsbundle --assets-dest ./android
Welcome to React Native!
Learn once, write anywhere
error node_modules/@virgilsecurity/e3kit-native/dist/e3kit-native.cjs.js: Call retries were exceeded. Run CLI with --verbose flag for more details.
Error: Call retries were exceeded
at ChildProcessWorker.initialize (/home/circleci/dooboo/node_modules/jest-worker/build/workers/ChildProcessWorker.js:193:21)
at ChildProcessWorker.onExit (/home/circleci/dooboo/node_modules/jest-worker/build/workers/ChildProcessWorker.js:263:12)
at ChildProcess.emit (events.js:182:13)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Exited with code exit status 1
CircleCI received exit code 1
Currently, I am facing below problem in circleci. Can I get any help?