Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Most recent version available on NPM #82

Open
j8jacobs opened this issue Apr 21, 2023 · 2 comments
Open

Most recent version available on NPM #82

j8jacobs opened this issue Apr 21, 2023 · 2 comments

Comments

@j8jacobs
Copy link

Hello, great library. Wondering if I'm doing something wrong, when I pull the lib from NPM the sendAudioBackchannel functionality is not available - I need to download source and integrate into my project to see that code available.

I see the code available in the tagged v3.0.4, but see that the NPM package is at v3.0.1.

@RogerHardiman
Copy link
Collaborator

Michael does the NPM releases.
But what I do for my own projects is reference a specific on github in package.json
Then 'npm' will pull in the github source instead of the module from the NPM web site

@GyeongHoKim
Copy link

you can make npm to pull github source by,

npm install git+https://github.com/mbullington/yellowstone.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants