Create a new node.js project Create new directory anywhere in your system and create new project using the following command:
npm init -y
If you have installed Node.js by manual build then there is a chance that crypto library is not shipped with it. You can run this command to install crypto dependency.