Closed hackerkid closed 9 years ago
Did you npm install and rebuild leveldb?
yes. I did both. I thought the error was due to the renaming of node to nodejs by debian so I installed the nodejs-legacy package in my ubunutu. It didn't change anything.
@hackerkid weird! mkdirp
should be getting discovered by npm as a binary in node_modules/.bin/
as long as npm install
has been run. This may be an issue with how Debian and node are interacting... not sure how to debug from here. You can try installing mkdirp globally to see if it's a local discovery problem.
@ngoldman It solved the issue. mkdirp must not have been installed properly before.
@hackerkid you shouldn't need to install it globally -- if you run into the issue again let me know.
sh: 1: mkdirp: not found npm ERR! weird error 127 npm WARN This failure might be due to the use of legacy binary "node" npm WARN For further explanations, please read /usr/share/doc/nodejs/README.Debian
npm ERR! not ok code 0 npm ERR! weird error 1 npm WARN This failure might be due to the use of legacy binary "node" npm WARN For further explanations, please read /usr/share/doc/nodejs/README.Debian
npm ERR! not ok code 0