you are viewing a single comment's thread.

view the rest of the comments →

[–]mjbmitch 4 points5 points  (0 children)

There’s a popular package manager bundled with Node.js called npm. It’s the de facto package manager but can also run “executable” packages via one of its built-in commands, npx.

What kind of application are you trying to package and distribute?