Initialize a New Node.js Project

Run the following command to create a package.json file, which will manage your project’s dependencies.

codenpm init -y

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *