简体   繁体   中英

command yarn start not found after cloning the project from github

i cloned a project from github . when i try to run yarn it successfully install the required packages . but when i try to run yarn start i get error . please check below screenshot . i searched alot and i get to know that package.json dont have a start object so i copy paste many ones from internet after looking for solutions but none of them is working . i will be thankful if u help me to fix my bug . 在此处输入图像描述 在此处输入图像描述

normally when create new project, at "package.json" there is lines like this:

 "scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},

try to add manually

"start": "react-scripts start",

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM