'react-scripts' is not recognized as an internal or external command, operable program or batch file

In Running Multi-container Applications - 13, I tried running frontend test. It didn’t work:

npm test

vidly-frontend@0.1.0 test
react-scripts test --colors
‘react-scripts’ is not recognized as an internal
or external command,
operable program or batch file.

you have to run npm i in your frontend folder first

1 Like

Thanks @minhshing this resolved it for me :+1:

you can refer to this article How to Fix “react-scripts is not recognized as an internal or external command” Error