not everyone likes for each project they have to download hundreds MBs of who-knows-whats-in-there modules into node_modules, pnpm is the preferred method now(uses symlinks instead just download the same packages over and over like what npm/yarn does). I hope if Python one day can do node_module style install, at least it will avoid those heavy-download-for-each-project then.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
not everyone likes for each project they have to download hundreds MBs of who-knows-whats-in-there modules into node_modules, pnpm is the preferred method now(uses symlinks instead just download the same packages over and over like what npm/yarn does). I hope if Python one day can do node_module style install, at least it will avoid those heavy-download-for-each-project then.