Update aragon CLI to latest version #139
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/update-dependencies"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
updated aragon-cli everywhere and ran a fresh npm install everywhere.
(removed node_modules and package-lock.json before installing)
Unfortunately, the build is still red. :/
Update: I get exactly the same error when
npm install
ing from this branch with emptynode_modules
.(Using npm 6.8.0)
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.
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-lockfilefund also this related:
https://github.com/aragon/aragon-cli/blob/master/docs-internal/Dependencies.md#regenerate-the-lockfiles
closing in favor of #140 and #142
Pull request closed