pchab/ProjectRTC

Error on npm start

rolero opened this issue · 3 comments

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

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

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

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