Comment on Time for developers to address the chaos of Node.js and NPMComments−mabynogy8yOnly NPM causes troubles. Node.js is stable and is improved quickly since the io.js merge.You don't need to use NPM to run node programs. The binaries provided by node.js website are standalone (no dependencies): http://www.nodejs.org/dist/
Comments
Only NPM causes troubles. Node.js is stable and is improved quickly since the io.js merge.
You don't need to use NPM to run node programs. The binaries provided by node.js website are standalone (no dependencies): http://www.nodejs.org/dist/