adds code


Open Hyperterminal Go to the drive wherever you want to create a directory for your new project Create new folder : Use command mkdir intro-to-node cd intro-to-node create new js file , Use the command - touch index.js initialize npm – npm init install packages – npm install packagename reference - node js : https://nodejs.org/dist/latest-v16.x/docs/api/ reference – npm and packages: https://www.npmjs.com/package/package
Previous Post Next Post