pchab / ProjectRTC

WebRTC Live Streaming on nodeJS (+ android client !)
Other
1.04k stars 476 forks source link

Error on npm start #20

Open rolero opened 9 years ago

rolero commented 9 years ago

When I try to start the project I get the following error:

npm ERR! weird error 127 npm WARN This failure might be due 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

almottier commented 9 years ago

I had the same problem. I fixed it by installing version 1.0 of ejs. run : npm i ejs@1.0

nateridderman commented 9 years ago

I had a different stack trace but it was solved by the upgrading ejs. Thanks!

zhangjh commented 8 years ago

i had the same problem, and 'reinstall ejs@1.0' fixed