0

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 Answers1

0

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

{
  "private": true
}
Anis
  • 1,190
  • 2
  • 13
  • 26