我正在尝试运行 bigblubutton-html5 的开发环境,但是下面是运行以下命令后生成的错误消息:
npm start
这是我遵循的教程:https ://docs.bigbluebutton.org/2.2/dev.html
这是错误消息:
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