Force generating package-lock.json npm i –package-lock-only To install a particular version of node package npm i [package name]@[version] To see
Category: nodejs
Start A New Nodejs Program
mkdir program name npm init this will create package.json if using Git, install Git first before this step. Otherwise, package.json
Nodejs Notes
How to uninstall nodejs from mac use command which node to find where the node executable is Start a quick