Hacker News new | ask | show | jobs
by eyelidlessness 1174 days ago
Well it’s not uncommon to have Node segfault, especially when interfacing with native extensions of one kind or another. NPM is just a Node script. It runs a whole lot of other Node scripts as preconditions by default. Many of them, maybe even most, interface with native extensions of one kind or another.
1 comments

OK, Node I can see. I suppose part of the point of the article is that a student doesn't know npm from node, nor how npm run works.

On the flip side, a core tool like node segfault commonly seems like a problem. Or at least a problem with poorly-written native extensions.