|
|
|
|
|
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. |
|
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.