donejs / cli

The DoneJS command line interface
https://www.npmjs.com/package/donejs-cli
MIT License
6 stars 7 forks source link

Update utils.js #34

Closed pYr0x closed 8 years ago

pYr0x commented 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

@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:

The `--ignore-scripts` argument will cause npm to not run preinstall and
 +prepublish scripts.
daffl commented 8 years ago

We just verified that we don't need this anymore. Closing.