Please run npm install on the terminal to download the appropriate packages already defined to the package.json file. Make sure you are in the source file.
**Please ensure you have downloaded the following additionally **
- Ganache
- Truffle (global installation)
- Metamask.io (hooked up on the browser)
*package.json => JSON (JavaScript Object Notation)..It is opening an object in the form of JavaScript...It has all the information we need in order for our project to run successfully(name,version,dependencies etc...) *package-lock.json => It locks the versions of the dependencies...