I’m looking for a JavaScript package manager that doesn’t require node.js to be installed and preferably just works with standard command line tools. Is something like this available?
I’m looking for a JavaScript package manager that doesn’t require node.js to be installed
Share
How about CommonJS Package Manager?
By default it uses Rhino (since the JVM is installed almost everywhere, quoting their comment).