Hello, I followed all the instructions of establishing html5 developement environnement. But when i launched the command npm install, i got the errors:
Can you tell me why and how to resolve that ? Thanks, |
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/groups/opt_out.
Hello,
I got the similar situation when I set up my development environment. To solve
the problem, I tried the following steps:
1. Try: sudo bbb-conf --clean, start the meeting, then start the node
server. This will usually help.
2. Doesn't work? Go back to set up development for bigbluebutton-web.
Do NOT create the nginx file,
Go directly to run command : gradle resolveDeps,
Then run command : grails war
Find the war file(it should be under "target" directory? not sure), rename it, and run command: sudo cp bigbluebutton.war /var/lib/tomcat6/webapps
Restart tomcat
Then, continue to set up "Developing the Red5
Applications" and "bbb-voice" follow the instructions
I don't touch the "Deskshare", so I skipped that
step.
Hope it will help.
Regards,
Gary