webrtc2core is a front-end WebRTC client.
Install n package-manager.
yarn global add n
# OR
npm install -g n
# OR
brew install n
# OR
curl -L https://git.io/n-install | bash
Change node version:
n lts
# OR
n 12
# OR
n 12.16
Install modules:
yarn
# OR
npm install