Skip to content

'eval' is not recognized as an internal or external command, operable program or batch file on windows npm script #102

@s1mrankaur

Description

@s1mrankaur
    $ npm run deploy:local
    
    > backend@0.1.0 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions