运行yarn start 命令刚开始提示yarn 无法加载,
然后更改系统策略后运行,
就提示 系统找不到指定的路径。
npm start 可以运行!
PS F:\CAT- project\my-app> yarn start
yarn run v1.22.10
$ react-scripts start
系统找不到指定的路径。
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
用npm run v1.22.10,你这个v1.22.10是项目名称吗?