-2

enter image description here

I got error when i typing "npm start", how to fix this ?

thanks in advance..

Jhony Do
  • 73
  • 2
  • 8

1 Answers1

-1

There is no package.json in /Users/Witech02. Most likely you run this in the wrong directory, since it is the user directory and not some project subdirectory. Or the file has been removed.

Jeroen
  • 1,212
  • 10
  • 24
  • i think i accidentally deleted it, because previously it still works well.. how to fix it then sir ? – Jhony Do Jan 09 '19 at 08:11