DEV Community

[Comment from a deleted post]
Collapse
 
mzaini30 profile image
Zen

You can using PNPM for make all node_modules symlink to root. It's reduce disk memory and internet for downloading already packages.

Collapse
 
hanna profile image
Hanna

It's nice, but sucks it isn't the native package manager.

Collapse
 
rohitjethoe profile image
Rohit Jethoe

or just use npm i -g

Collapse
 
hanna profile image
Hanna

Doesn't work on a per project basis