marklogic-samplestack icon indicating copy to clipboard operation
marklogic-samplestack copied to clipboard

Cannot run npm on Yosemite with node 0.12.5

Open khanhhua opened this issue 9 years ago • 1 comments

npm ERR! Darwin 14.3.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" npm ERR! node v0.12.5 npm ERR! npm v2.11.2 npm ERR! code MODULE_NOT_FOUND

npm ERR! Cannot find module 'mime-db'

khanhhua avatar Jul 03 '15 07:07 khanhhua

The present release of Samplestack isn't compatible with Node 0.12.

If you're in a hurry, you can try this branch, which is where changes for Node 0.12 compatibility are being made. I suspect it will work -- no assurances, though; It hasn't been formally tested, yet. https://github.com/laurelnaiad/marklogic-samplestack/tree/fixes

laurelnaiad avatar Jul 03 '15 15:07 laurelnaiad