alexanderGugel / ied

:package: Like npm, but faster - an alternative package manager for Node
http://alexandergugel.github.io/ied
MIT License
1.99k stars 53 forks source link

Always use `bash` in npm commands #62

Closed rstacruz closed 8 years ago

rstacruz commented 8 years ago

I'm using fish-shell, and npm commands with && and || don't work. This is because fish-shell doesn't support them.

 →  ied test
Unsupported use of '&&'. In fish, please use 'COMMAND; and COMMAND'.
fish: echo "Error: no test specified" && exit 1
                                       ^
test exited with status 127
alexanderGugel commented 8 years ago

See comment on PR.