Bino
Home
Essays
Notes
Desk
Drawer
ML
Feed
About
Search
# Npm
Deleting node modules
5 Jul 2023
To delete node modules from the terminal go to the directory from which you want to search and type `npkill`.
Read more
Install a specific version of npm package
7 Jun 2023
Installing a specific version of an npm package, something that will help to solve compatibility issues.
Read more