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