logoalt Hacker News

anonymous908213yesterday at 11:03 AM3 repliesview on HN

Node doesn't have any particular relation to NPM? You don't have to download 1000 other people's code. Writing your own code is a thing that you are legally allowed to do, even if you're writing in Javascript.


Replies

jacquesmyesterday at 11:12 AM

Yes, and you can code in assembly as well if you want it. But: that's not how 99% of the people using node is using it so that it is theoretically possible to code up every last bit yourself is true but it does not contribute to the discussion at all.

An eco-system, if it insists on slapping on a package manager (see also: Rust, Go) should always properly evaluate the resulting risks and put proper safeguards in place or you're going to end up with a massive supply chain headache.

show 1 reply
AIorNotyesterday at 11:04 AM

So your supposed to write your own posthog? be serious

show 3 replies
paraditeyesterday at 11:11 AM

npm has been the official package manager for node since forever (0.8 or earlier iirc). I think even before the io.js fork and merge.