Hacker News new | ask | show | jobs
by sirius87 3083 days ago
the official node.js Docker image comes with yarn as well as npm. but this is an issue with the npm registry, not the package manager shipped with node. both yarn and npm use the npm registry.

EDIT: it may be worth debating why npm (a binary produced by npm, Inc) is shipped with node.js at all, but that's upto the node foundation

1 comments

I’m pretty sure npm is shipped as Javascript source by node.js
ah yes, you are correct. it isn't a binary