Update aragon CLI to latest version #139

Closed
bumi wants to merge 3 commits from chore/update-dependencies into master
bumi commented 2019-06-13 15:57:41 +00:00 (Migrated from github.com)

updated aragon-cli everywhere and ran a fresh npm install everywhere.
(removed node_modules and package-lock.json before installing)

updated aragon-cli everywhere and ran a fresh npm install everywhere. (removed node_modules and package-lock.json before installing)
raucao commented 2019-06-13 16:36:00 +00:00 (Migrated from github.com)

Unfortunately, the build is still red. :/

Unfortunately, the build is still red. :/
raucao commented 2019-06-13 16:39:34 +00:00 (Migrated from github.com)

Update: I get exactly the same error when npm installing from this branch with empty node_modules.

(Using npm 6.8.0)

Update: I get exactly the same error when `npm install`ing from this branch with empty `node_modules`. (Using npm 6.8.0)
raucao commented 2019-06-13 16:44:47 +00:00 (Migrated from github.com)

There seems to be some kind of chicken-and-egg problem. It only works when deleting the package lockfile beforehand. But a bootstrapped install then takes forever, due to the gazillion deps including native extensions.

There seems to be some kind of chicken-and-egg problem. It only works when deleting the package lockfile beforehand. But a bootstrapped install then takes forever, due to the gazillion deps including native extensions.
bumi commented 2019-06-13 20:53:07 +00:00 (Migrated from github.com)

It seems to me that a postinstall script defined in the package.json of the aragon-cli is doing something: https://github.com/aragon/aragon-cli/blob/master/packages/aragon-cli/scripts/fix-lockfile

fund also this related:
https://github.com/aragon/aragon-cli/blob/master/docs-internal/Dependencies.md#regenerate-the-lockfiles

It seems to me that a `postinstall` script defined in the package.json of the aragon-cli is doing something: https://github.com/aragon/aragon-cli/blob/master/packages/aragon-cli/scripts/fix-lockfile fund also this related: https://github.com/aragon/aragon-cli/blob/master/docs-internal/Dependencies.md#regenerate-the-lockfiles
bumi commented 2019-06-18 22:57:19 +00:00 (Migrated from github.com)

closing in favor of #140 and #142

closing in favor of #140 and #142

Pull request closed

Sign in to join this conversation.
No description provided.