Update dependencies #134
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?
There's an issue with Travis (not due to this change), and I'm not sure why it's using Yarn in the first place.
hmmm... and what is
del-cli
https://www.npmjs.com/package/del-cli ?!seems it is caused by some postinstall script of a package: https://github.com/aragon/aragon-cli/blob/master/packages/aragon-cli/package.json#L11-L12 (actually scary that it does something like 'del-cli' on postinstall)
using npm install it seems to work. @fsmanuel do you maybe have an idea what could be the issue here?
Yay!