I believe Heroku Cedar is not using the latest version of node.js yet!
"The necessary conditions
Basic knowledge of node.js, including the installed version of node.js and NPM.
Your application should run on node.js 0.4.7.
Your application should use NPM for dependency management.
(see Heroku Dev Center )
Thus, the problem is not only in the npm version, but also in the node.js version!
You should check if you really need the latest version of node, and if so, the only answer to using heroku is to wait for the update!
Yours faithfully!
source share