7 ms·
I think that person meant npm 5 perhaps?
by agmcleod 9y ago
I think that person meant npm 5 perhaps?
- deleted 9y ago[deleted]
- realPubkey 9y agoGood point. Indeed npm breaks a lot of things also for me.
- abritinthebay 9y agoLike...?
- abritinthebay 9y agoWhich still isn't true, so I have no idea what they are talking about.
- z3t4 9y agoThe problem is with the ABI and libuv. It's very hard to debug and fix the problems if you do not know C++ I do a lot of systems programming in NodeJS and are depending on those modules to access platform API's.
- abritinthebay 9y agoThat’s surely a problem with C++ and OS tooling rather than npm tho...?
- z3t4 9y agoThe problem is NodeJS semver major, eg breaking changes. And the nodejs modules stop working. And the high frequency of semver major makes it hard to keep up. If you are lucky the module is maintained at all that is.