YoutubeDL-Material: Error on start
Hey there, I get this error when running npm start.
npm ERR! Linux 3.10.0-1127.19.1.el7.x86_64
npm ERR! argv “/usr/bin/node” “/usr/bin/npm” “start”
npm ERR! node v6.17.1
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! backend@1.0.0 start: nodemon -q app.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the backend@1.0.0 start script ‘nodemon -q app.js’.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the backend package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! nodemon -q app.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs backend
npm ERR! Or if that isn’t available, you can get their info via:
npm ERR! npm owner ls backend
npm ERR! There is likely additional logging output above.
Kind regards.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 19 (16 by maintainers)
Thanks, that did the trick.
We were able to get this fixed last night – the main problem listed here is that Node.js was outdated (and even when updating, centos used the old version). ffmpeg is also not installed by default on centos, so that had to be done as well. @hwalker928 added instructions in the README for centos users to avoid any installation problems in the future. Thanks for the contribution!