How should I start yarn server?

85 views Asked by At

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"

1

There are 1 answers

1
Anis On

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

{
  "private": true
}