Please update the package.json for your current project!
I am guessing that you copy and pasted this code into your project at the start. This is fine but it is much easier to type npm init in the command line and it will create a new package.json for you.
Please update the package.json for your current project!
I am guessing that you copy and pasted this code into your project at the start. This is fine but it is much easier to type
npm init
in the command line and it will create a new package.json for you.