npm start error check plz!

37 views
Skip to first unread message

john cage

unread,
Jul 11, 2019, 2:45:33 AM7/11/19
to BigBlueButton-dev

Hello Dear developers,


I want to set up a development ...

But there is an npm startup error.


Please check my command and error screen!

Have a good day! 


----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-220-beta  -s www.mydomain.net -e mye...@email.com  -t

cd /

mkdir /project 

cd /project    


git clone https://github.com/my_github_id/bigbluebutton.git        

cd bigbluebutton

git fetch origin

git checkout master


sudo systemctl stop bbb-html5

cd /project/bigbluebutton/bigbluebutton-html5

curl https://install.meteor.com/ | sh

meteor npm install

meteor --allow-superuser 


npm start

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


err1.png


Chad Pilkey

unread,
Jul 11, 2019, 12:17:11 PM7/11/19
to BigBlueButton-dev
As noted in the output, I wouldn't recommend developing as root. There's a somewhat high chance that you will run into other issues that are hard to diagnose if you continue on this path. It's much easier if you create a separate account for development so that you don't run into permission issues.

If you're deadset on pushing through then look in the package.json file for the "start:dev" command and add the environment variable to it like the other ones.
Reply all
Reply to author
Forward
0 new messages