jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
21.97k stars 6.56k forks source link

fix: Drop nodejs build dependency. #14755

Closed damencho closed 4 weeks ago

damencho commented 4 weeks ago

Out build process does not actually require nodejs. We assume node/npm is installed on the machine. Dropping it so we can use just nvm to control the versions via .npmrc.