VirgilSecurity / virgil-crypto-javascript

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.
https://developer.virgilsecurity.com/docs/how-to#cryptography
BSD 3-Clause "New" or "Revised" License
35 stars 4 forks source link

React native javascript bundle build error #89

Closed hyochan closed 1 year ago

hyochan commented 4 years ago

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