This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 340
Error on npm start #137
Comments
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! |
@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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: