Initialize a Node.js Project with NPM

Share this video with your friends

Send Tweet

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.