Hello together,
I have set up a development environment as described here:
https://docs.bigbluebutton.org/2.2/dev.htmlI cant build it with 'meteor npm install' and start it with 'npm start' with no problems. Everything works as expected, but if I modify anything, like adding a newline at the end of the file or a comment in the
~/dev/bigbluebutton/bigbluebutton-html5/imports/ui/components/presentation/styles.scss file
I get the following error and the html5 client isn't available anymore:
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Processing Step: CSS Modules / PostCSS compilation
Unable to compile /home/ubuntu/dev/bigbluebutton/bigbluebutton-html5/imports/ui/components/presentation/styles.scss
Error: true is not a PostCSS plugin
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
=> Errors prevented startup:
While processing files with nathantreid:css-modules (for target web.browser):
error: true is not a PostCSS plugin
=> Your application has errors. Waiting for file change.
Do you guys have any idea why I am not allowed to edit the style files?
Regards