Update dependencies #134

Merged
bumi merged 2 commits from chore/update-dependencies into master 2019-06-10 11:19:30 +00:00
bumi commented 2019-06-08 17:06:00 +00:00 (Migrated from github.com)
No description provided.
raucao commented 2019-06-09 11:55:26 +00:00 (Migrated from github.com)

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.

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.
bumi commented 2019-06-09 16:48:16 +00:00 (Migrated from github.com)

hmmm... and what is del-cli https://www.npmjs.com/package/del-cli ?!

hmmm... and what is `del-cli` https://www.npmjs.com/package/del-cli ?!
bumi commented 2019-06-09 17:05:33 +00:00 (Migrated from github.com)

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)

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)
bumi commented 2019-06-09 21:32:02 +00:00 (Migrated from github.com)

using npm install it seems to work. @fsmanuel do you maybe have an idea what could be the issue here?

using npm install it seems to work. @fsmanuel do you maybe have an idea what could be the issue here?
raucao commented 2019-06-10 11:19:19 +00:00 (Migrated from github.com)

Yay!

Yay!
Sign in to join this conversation.
No description provided.