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)
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.
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-clihttps://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!