In npm, how do i install a single package without the rest of the dependencies in the list, because if i install on dependency e.g. npm i express
all other dependencies get installed as well. How do i prevent this and have only express installed
EDIT The other question has a very complicated answer of creating a bash file, am not willing to go that far, i want a simpler answer