Closed pYr0x closed 8 years ago
installting donejs init fails on ubuntu vm. spawn-sync causes the error added --ignore-scripts as a argument to install donejs-cli
--ignore-scripts
@daffl this should prevent the error on spawn-sync but i don't know if the argument --ignore-scripts causes any other error on other dependencies.
spawn-sync
from the npm doc:
The `--ignore-scripts` argument will cause npm to not run preinstall and +prepublish scripts.
We just verified that we don't need this anymore. Closing.
installting donejs init fails on ubuntu vm. spawn-sync causes the error added
--ignore-scripts
as a argument to install donejs-cli@daffl this should prevent the error on
spawn-sync
but i don't know if the argument--ignore-scripts
causes any other error on other dependencies.from the npm doc: