Closed taf2 closed 1 year ago
Hi @taf2 ,
to better understand your issue and investigate, can you help us and provide an answer to the following questions:
@RJSkorski i figured out if i run yarn install
instead of npm install
things worked. Might be good to add this to the docs...
I just did the following:
git clone https://github.com/team-telnyx/webrtc.git
cd webrtc
npm i
looks like running yarn install instead works,
Still it's unclear after that how to get a compiled version of the javascript to use via a script tag...
Hello, @taf2 after installation you need to navigate to the packages/js
folder and run yarn build
. It will generate a folder with a compiled version called package/js/lib/bundle.js
Might recommend using github releases in the future that would avoid the need to build or install with npm vs yarn and have any extra dependencies other then click and download... etc... easier to adopt.
installation fails: