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
$ npm run deploy:local
> [email protected] deploy:local
> eval "`aws-auth-helper ` lerna run deploy:sandbox --stream"
'eval' is not recognized as an internal or external command,
operable program or batch file.
Node version:
$ node --version
v15.11.0
NPM version:
$ npm --version
7.6.0
I am using VSCode Bash terminal. It had been working just fine but then I started getting this error. Have tried both the bash terminal and javascript terminal.
If I just type "eval" in the bash terminal, it works okay. While running through npm script it does not.
The text was updated successfully, but these errors were encountered:
I'm wondering if the terminal that's running is not bash. I checked the following in a recent node version (15.12.0) with npm (7.6.3) and it seemed to have eval available.
"scripts": {
"eval_test": "eval \"echo hi\""
}
Could try the following script command to see what process / shell is running?
Node version:
NPM version:
I am using VSCode Bash terminal. It had been working just fine but then I started getting this error. Have tried both the bash terminal and javascript terminal.
If I just type "eval" in the bash terminal, it works okay. While running through npm script it does not.
The text was updated successfully, but these errors were encountered: