Update aragon CLI to latest version #139
Closed
bumi wants to merge 3 commits from
chore/update-dependencies into master
pull from: chore/update-dependencies
merge into: :master
:master
:new-final-deploy
:new-final-deploy-2
:reimbursement-export
:staging
:legacy
:addresses/rsk-testnet-raucao-1
:ipfs-defaults
:deletemewhendone
:feature/184-improve_withdrawal
:tests/contracts-contribution
:tests/contracts-kit
:kit/add-vault-app
:feature/ipfs_hash_in_add_response
:chore/bootstrap-on-travis
:chore/remove-direct-aragon-cli-dependency
:chore/update-dependencies-1
:fix/ipfs-config
:apm-hack
:wtf/package-lock
:feature/contributor-balance
:feature/constructor-options
No Reviewers
Labels
Clear labels
good first issue
ipfs
rsk
scaling
bug
dev environment
docs
duplicate
enhancement
feature
idea
invalid
kredits-1
kredits-2
kredits-3
question
security
ui/ux
wontfix
Good for newcomers
Something is not working
Config, builds, CI, deployment, etc.
Documentation
This issue or pull request already exists
Improving existing functionality
New functionality
Something to consider
Not a bug
Small contribution
Medium contribution
Large contribution
Looking for an answer
release
major
release
minor
release
patch
All your base are belong to us
User interface, process design, etc.
This won't be fixed
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kredits/contracts#139
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 installing 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
postinstallscript 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