> [email protected] start E:\react\ant-design-pro
> cross-env UMI_ENV=dev umi dev
‘cross-env’ is not an internal or external command, nor is it an executable program
Solution:
1. yarn install again (npm mirroring is not recommended for initialization, npm needs to be considered if the network is good)
2. npm start
Similar Posts:
- [Solved] Access to image at ” from origin ‘null’ has been blocked by CORS policy
- Comparison between weex and react native
- How to Use Yarn instead of NPM
- arm-linux-gnueabihf-g++: error trying to exec ‘cc1plus’: execvp: No such file or directory
- How to Solve .Net 5 webapi cross domain Issue
- error [email protected]: The engine “node” is incompatible with this module.
- Compilation error: crosses initialization of
- [Solved] Axios Cross-domain issues: No ‘Access-Control-Allow-Origin‘ header is present on the requested resource.
- Creating react webpack project through yeoman