You can get around the differences by setting then unsetting the npm default shell. npm config set script-shell "/bin/bash"; source ./test.sh; ...
確定! 回上一頁