Skip to content

Instantly share code, notes, and snippets.

@chadoh
Created September 20, 2019 20:20
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 chadoh/8b9cd20913f8e92945965a0e4aba8bbc to your computer and use it in GitHub Desktop.
Save chadoh/8b9cd20913f8e92945965a0e4aba8bbc to your computer and use it in GitHub Desktop.
`npm i` deleting address-book directory
oe update-client-to-0.8-experimental * • g s
M apps/planning-suite-kit/package.json
M apps/shared/test-helpers/ganache-cli.sh
M package.json
oe update-client-to-0.8-experimental * • npm i
npm WARN lifecycle The node binary used for scripts is /usr/local/opt/asdf/shims/node but npm is using /usr/local/Cellar/asdf/0.5.1/installs/nodejs/10.11.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
> planning-suite-monorepo@ postinstall /Users/chadoh/code/a/oe
> npm run bootstrap
npm WARN lifecycle The node binary used for scripts is /usr/local/opt/asdf/shims/node but npm is using /usr/local/Cellar/asdf/0.5.1/installs/nodejs/10.11.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
> planning-suite-monorepo@ bootstrap /Users/chadoh/code/a/oe
> npx lerna bootstrap --hoist
lerna notice cli v3.16.4
lerna info versioning independent
lerna info Bootstrapping 9 packages
lerna WARN EHOIST_PKG_VERSION "@tps/apps-discussions" package depends on ipfs-http-client@^32.0.1, which differs from the hoisted ipfs-http-client@29.1.0.
lerna WARN EHOIST_PKG_VERSION "@tps/apps-discussions" package depends on eslint-config-prettier@^4.3.0, which differs from the hoisted eslint-config-prettier@^6.0.0.
lerna WARN EHOIST_PKG_VERSION "@tps/apps-discussions" package depends on react-hot-loader@^4.8.8, which differs from the hoisted react-hot-loader@^4.12.7.
lerna WARN EHOIST_PKG_VERSION "@tps/apps-discussions" package depends on @aragon/ui@1.0.0-alpha.11, which differs from the hoisted @aragon/ui@1.0.0-alpha.19.
lerna WARN EHOIST_PKG_VERSION "@tps/apps-projects" package depends on @aragon/ui@0.33.0, which differs from the hoisted @aragon/ui@1.0.0-alpha.19.
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 'planning-suite-monorepo'
lerna ERR! npm install stderr:
npm ERR! code E404
npm ERR! 404 Not Found: @tps/apps-address-book@^0.0.1
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/chadoh/.npm/_logs/2019-09-20T20_18_45_218Z-debug.log
lerna ERR! npm install exited 1 in 'planning-suite-monorepo'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! planning-suite-monorepo@ bootstrap: `npx lerna bootstrap --hoist`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the planning-suite-monorepo@ 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/chadoh/.npm/_logs/2019-09-20T20_18_45_281Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! planning-suite-monorepo@ postinstall: `npm run bootstrap`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the planning-suite-monorepo@ 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/chadoh/.npm/_logs/2019-09-20T20_18_45_310Z-debug.log
oe update-client-to-0.8-experimental * • git s
D apps/address-book/.babelrc
D apps/address-book/.eslintrc.js
D apps/address-book/.gitignore
D apps/address-book/.ipfsignore
D apps/address-book/.prettierrc
D apps/address-book/.solcover.js
D apps/address-book/.soliumignore
D apps/address-book/.soliumrc.json
D apps/address-book/.stylelintrc
D apps/address-book/app/api-react.js
D apps/address-book/app/app-state-reducer.js
D apps/address-book/app/assets/empty-card-icon.svg
D apps/address-book/app/assets/no-contacts.png
D apps/address-book/app/components/App/App.js
D apps/address-book/app/components/App/Entities.js
D apps/address-book/app/components/Card/Empty.js
D apps/address-book/app/components/Card/index.js
D apps/address-book/app/components/Form/Field/FormField.js
D apps/address-book/app/components/Form/Field/index.js
D apps/address-book/app/components/Form/Form.js
D apps/address-book/app/components/Form/index.js
D apps/address-book/app/components/Panel/NewEntity.js
D apps/address-book/app/components/Panel/index.js
D apps/address-book/app/index.html
D apps/address-book/app/index.js
D apps/address-book/app/script.js
D apps/address-book/app/store/app.js
D apps/address-book/app/store/entry.js
D apps/address-book/app/store/events.js
D apps/address-book/app/store/index.js
D apps/address-book/app/store/init.js
D apps/address-book/arapp.json
D apps/address-book/contracts/AddressBook.sol
D apps/address-book/contracts/test/Imports.sol
D apps/address-book/manifest.json
D apps/address-book/migrations/.gitkeep
D apps/address-book/package.json
D apps/address-book/public/meta/details.md
D apps/address-book/public/meta/icon.svg
D apps/address-book/public/meta/screenshot-1.png
D apps/address-book/public/meta/screenshot-2.png
D apps/address-book/public/meta/screenshot-3.png
D apps/address-book/test/AddressBook.test.js
D apps/address-book/truffle-config.js
M apps/planning-suite-kit/package.json
M apps/shared/test-helpers/ganache-cli.sh
M package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment