I'm trying to run the Development environment of bigblubutton-html5, however below is the error message that is generated after running the following command:
npm start
This is the tutorial that I followed: https://docs.bigbluebutton.org/2.2/dev.html
This is the error message:
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! bbb-html5-client@ start:dev: `ROOT_URL=http://127.0.0.1/html5client NODE_ENV=development meteor` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the bbb-html5-client@ start:dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-04-30T23_28_17_291Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! bbb-html5-client@ start: `if test "$NODE_ENV" = "production" ; then npm run start:prod; else npm run start:dev; fi` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the bbb-html5-client@ start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-04-30T23_28_17_304Z-debug.log