Created
April 26, 2019 21:50
-
-
Save wanderingstan/b3395f07c1cc8b5d39c9b11a506c2ba0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[stan]~/Origin/origin-new$ npm install | |
> [email protected] 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 [email protected]: ipfs-api has been renamed to ipfs-http-client, please update your package.json to get the latest version. | |
npm WARN deprecated @types/[email protected]: 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 [email protected]: This version is no longer maintained. Please upgrade to the latest version. | |
npm WARN deprecated [email protected]: Use mz or fs-extra^3.0 with Promise Support | |
npm WARN deprecated [email protected]: ⚠️ WARNING ⚠️ tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar | |
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor. | |
npm WARN deprecated [email protected]: 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