EverythingStays / stay-cli

CLI for installing and publishing packages to IPFS easily
http://everythingstays.com/
MIT License
19 stars 1 forks source link

Does not work with npm@3 #6

Open victorb opened 8 years ago

victorb commented 8 years ago

Currently, npm@3 runs preinstall scripts after the package have been installed, which means stay-cli is broken in npm@3.

There is a open issue in npm/npm over here: https://github.com/npm/npm/issues/10379

victorb commented 8 years ago

With the new install command, this should be fixed. But I would still prefer the scripts solution so let's keep this open.