面临启动服务器的问题
Facing issue to start server
我正在通过在线资源学习 React,并且每天推送和拉取代码。今天当我尝试 运行 项目时 yarn start
我遇到了这个问题
yarn run v1.22.5
error Couldn't find a package.json file in "/home/aniket/Desktop/react_applications/practice_react_app"
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
当我用谷歌搜索时,我得到的答案很少,例如 运行 yarn clean cache
另外,我尝试删除该项目并重新克隆该项目,但它仍然显示相同的错误
我的 github 存储库 URL:https://github.com/aniketstiwari/practice_react_app
我通过在项目中添加 node_modules 然后 运行 命令 yarn 得到了解决方案。
路径 home/aniket/Desktop/react_applications/practice_react_app
上没有 package.json
文件
尝试
cd practice-react
然后
yarn start
我正在通过在线资源学习 React,并且每天推送和拉取代码。今天当我尝试 运行 项目时 yarn start
我遇到了这个问题
yarn run v1.22.5
error Couldn't find a package.json file in "/home/aniket/Desktop/react_applications/practice_react_app"
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
当我用谷歌搜索时,我得到的答案很少,例如 运行 yarn clean cache 另外,我尝试删除该项目并重新克隆该项目,但它仍然显示相同的错误
我的 github 存储库 URL:https://github.com/aniketstiwari/practice_react_app
我通过在项目中添加 node_modules 然后 运行 命令 yarn 得到了解决方案。
路径 home/aniket/Desktop/react_applications/practice_react_app
package.json
文件
尝试
cd practice-react
然后
yarn start