You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gitbash is able to run commands fine when typed directly into the prompt, but when called from npm scripts it outputs errors.
$npm run get-challenge 01
this calls: which bash ./code-challenges/bin/get-challenge.sh
but gitbash ouputs that which is not a command, but works fine when typed into the gitbash prompt directly.
The text was updated successfully, but these errors were encountered:
Gitbash is able to run commands fine when typed directly into the prompt, but when called from npm scripts it outputs errors.
$npm run get-challenge 01
this calls:
which bash
./code-challenges/bin/get-challenge.shbut gitbash ouputs that which is not a command, but works fine when typed into the gitbash prompt directly.
The text was updated successfully, but these errors were encountered: