Can't install xmpp.js using NPM #981
zach-little
started this conversation in
General
Replies: 2 comments 1 reply
|
Install |
1 reply
|
I already installed @xmpp/client and @xmpp/debug (version 0.13.1 and 0.13.0 respectively), however, that has slightly different syntax for setup than if I had the xmpp.js package correct? I have a solution already setup for version 0.12.1 that failed to work after not being used a couple years, came back and realized that 0.13.1 now existed so I was just trying to upgrade to that. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
NPM Version: 9.5.1
Node Version: 19.8.1
I am running
npm install xmpp.jsexpecting to get the latest 0.13.1 version, however it keeps giving me an error saying No matching version found for @xmpp/debug@^0.13.1. I have started my project over and to no avail have I been able to install the latest version of xmpp.js. Anyone have any thoughts on how to get this to install correctly?All reactions