‘cross-env’ is not recognized as an internal or external command, operable program or batch file.
Hey if you are getting some error like (‘cross-env’ is not recognized as an internal or external command, operable program or batch file.) in your Node please follow the steps which i have mentioned in following:- You need to make cross-env working globally instead of having it in the project. Step 1:- remove node_modules folder Step 2:- … Read more