简体   繁体   中英

How should I start yarn server?

PS C:\Users\Mahima\OneDrive\Desktop\StackOverflow-clone> yarn start yarn run v1.22.4 warning package.json: No license field error Command "start" not found.

I have installed all the required dependencies along with yarn still it is showing the error "warning package.json: No license field"

The quickest solution is to add following to your package.json file

{
  "private": true
}

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