Skip to content

Instantly share code, notes, and snippets.

@wanderingstan
Created April 26, 2019 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wanderingstan/b3395f07c1cc8b5d39c9b11a506c2ba0 to your computer and use it in GitHub Desktop.
Save wanderingstan/b3395f07c1cc8b5d39c9b11a506c2ba0 to your computer and use it in GitHub Desktop.
[stan]~/Origin/origin-new$ npm install
> husky@1.3.1 install /Users/stan/Origin/origin-new/node_modules/husky
> node husky install
husky > setting up git hooks
husky > done
> root@ postinstall /Users/stan/Origin/origin-new
> npm run bootstrap && node scripts/symlink-packages.js
> root@ bootstrap /Users/stan/Origin/origin-new
> lerna bootstrap --no-ci --progress --hoist "**"
lerna notice cli v3.13.1
lerna info versioning independent
lerna info Bootstrapping 29 packages
lerna WARN EHOIST_PKG_VERSION "@origin/messaging" package depends on ipfs@^0.33.1, which differs from the hoisted ipfs@^0.34.4.
lerna WARN EHOIST_PKG_VERSION "@origin/admin" package depends on react-router-dom@^5.0.0, which differs from the hoisted react-router-dom@^4.3.1.
lerna WARN EHOIST_PKG_VERSION "@origin/marketplace" package depends on react-router-dom@^5.0.0, which differs from the hoisted react-router-dom@^4.3.1.
lerna WARN EHOIST_PKG_VERSION "@origin/event-cache" package depends on sequelize@^5.3.0, which differs from the hoisted sequelize@^5.0.0-beta.14.
lerna WARN EHOIST_PKG_VERSION "@origin/contracts" package depends on web3-provider-engine@^15.0.0, which differs from the hoisted web3-provider-engine@^14.1.0.
lerna WARN EHOIST_PKG_VERSION "@origin/mobile-bridge" package depends on web3-provider-engine@^15.0.0, which differs from the hoisted web3-provider-engine@^14.1.0.
lerna info Installing external dependencies
lerna info hoist Installing hoisted dependencies into root
lerna info hoist Pruning hoisted dependencies
lerna info hoist Finished pruning hoisted dependencies
lerna ERR! npm install exited 1 in 'root'
lerna ERR! npm install stderr:
npm WARN deprecated ipfs-api@26.1.2: ipfs-api has been renamed to ipfs-http-client, please update your package.json to get the latest version.
npm WARN deprecated @types/protobufjs@5.0.31: This is a stub types definition for protobufjs (https://github.com/dcodeIO/ProtoBuf.js). protobufjs provides its own type definitions, so you don't need @types/protobufjs installed!
npm WARN deprecated joi@10.6.0: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated fs-promise@2.0.3: Use mz or fs-extra^3.0 with Promise Support
npm WARN deprecated tar.gz@1.0.7: ⚠️ WARNING ⚠️ tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
npm WARN deprecated kleur@2.0.2: Please upgrade to kleur@3 or migrate to 'ansi-colors' if you prefer the old syntax. Visit <https://github.com/lukeed/kleur/releases/tag/v3.0.0\> for migration path(s).
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @babel/types@^7.4.4
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of '@babel/core'
npm ERR! notarget
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/stan/.npm/_logs/2019-04-26T21_48_46_036Z-debug.log
lerna ERR! npm install exited 1 in 'root'
lerna WARN complete Waiting for 1 child process to exit. CTRL-C to exit immediately.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! root@ bootstrap: `lerna bootstrap --no-ci --progress --hoist "**"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the root@ bootstrap script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/stan/.npm/_logs/2019-04-26T21_48_46_216Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! root@ postinstall: `npm run bootstrap && node scripts/symlink-packages.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the root@ postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/stan/.npm/_logs/2019-04-26T21_48_46_324Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment