Open victorb opened 8 years ago
Currently, npm@3 runs preinstall scripts after the package have been installed, which means stay-cli is broken in npm@3.
preinstall
There is a open issue in npm/npm over here: https://github.com/npm/npm/issues/10379
With the new install command, this should be fixed. But I would still prefer the scripts solution so let's keep this open.
install
scripts
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