nifty npm tips and resources to save time
Prerequisite — You’ll need to have Node installed on your machine to run these commands.
I’ll be referring to this sample package.json when referring to the commands used below 👇
{
"name": "nifty-npm-tips",
"version": "0.0.1",
"private": true,...
chetanraj.hashnode.dev4 min read