Harshit Saini
Harshit Saini's Blog

Harshit Saini's Blog

Follow
Follow
homeMy WebSitebadgesnewsletter
Tag

Node.js

#nodejs

More content

Read more stories on Hashnode


Articles with this tag

Delete all node_modules folder using npkill

Apr 2, 20211 min read

Step 1: Install it sudo npm i -g npkill Or you can use it without installing with npx npx npkill Step 2: Go the directory where you want to scan for...

Delete all node_modules folder using npkill

Install Latest Version of Node.js on Ubuntu or WSL 2

Mar 2, 20212 min read

There are many ways to install Node.js on linux. One way is installing node.js through apt. But this way you will install version 6. My way of...

Install Latest Version of Node.js on Ubuntu or WSL 2