Course lesson
Initialize a Node.js Project with NPM
The first step to creating your project is initializing with NPM. We will walk through all the options that NPM has for you to create a package.json and also show you a shortcut to accept all the default options with the -y flag.
- Duration
- 2 min
- Access
- Included
- Transcript
- Retained from source evidence
The first step to creating your project is initializing with NPM. We will walk through all the options that NPM has for you to create a package.json and also show you a shortcut to accept all the default options with the -y flag.