You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2021. It is now read-only.
After the latest release a2520e3d97f08356b950fc29558dc4c49615736 I'm getting an error.
Running on Travis on OSX:
[exp] Invalid Version: undefined
[exp] TypeError: Invalid Version: undefined
at new SemVer (/Users/travis/build/companyApp/company-ui/node_modules/semver/semver.js:279:11)
at Function.major (/Users/travis/build/companyApp/company-ui/node_modules/semver/semver.js:551:10)
at /xdl/src/project/Doctor.js:629:18
at /Users/travis/build/companyApp/company-ui/node_modules/lodash/lodash.js:4944:15
at baseForOwn (/Users/travis/build/companyApp/company-ui/node_modules/lodash/lodash.js:3001:24)
at /Users/travis/build/companyApp/company-ui/node_modules/lodash/lodash.js:4913:18
at Function.forEach (/Users/travis/build/companyApp/company-ui/node_modules/lodash/lodash.js:9359:14)
at /xdl/src/project/Doctor.js:619:9
at Generator.throw (<anonymous>)
at step (/Users/travis/build/companyApp/company-ui/node_modules/exp/node_modules/xdl/build/project/Doctor.js:615:191)
at /Users/travis/build/companyApp/company-ui/node_modules/exp/node_modules/xdl/build/project/Doctor.js:615:402
at <anonymous>
/Users/travis/build/companyApp/company-ui/node_modules/appr/index.js:22
throw new Error('Failed to publish package to Expo');
^
Error: Failed to publish package to Expo
at publishError (/Users/travis/build/companyApp/company-ui/node_modules/appr/index.js:22:13)
at ChildProcess.child.on.code (/Users/travis/build/companyApp/company-ui/node_modules/appr/scripts/spawn.js:16:5)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The command "yarn appr" exited with 1.
cache.2
store build cache
After the latest release
a2520e3d97f08356b950fc29558dc4c49615736I'm getting an error.Running on Travis on OSX: