quickblox-javascript-sdk
quickblox-javascript-sdk copied to clipboard
Issue with a dependency using Javascript SDK with Vue JS
Environment details. Operating system: mac OS 10.15 browser information: Chrome 83 Vue CLI version: 3.2.2 SDK version: ^2.12.7
Expected behavior Try to run "npm run serve" in order to start the development of the app.
Actual behavior It shows an error: ERROR Failed to compile with 1 errors
Logs
ERROR Failed to compile with 1 errors 8:56:46 PM
This dependency was not found:
* nativescript-xmpp-client in ./node_modules/quickblox/src/modules/chat/qbChat.js
To install it, you can run: npm install --save nativescript-xmpp-client
I tried to install "nativescript-xmpp-client" as it says, but when it's already installed I get the same error.
Any help please!
I am having the same issue with Vuejs My node version is: v12.14.0 My NPM version is: 6.13.4
Please see my comment here: https://github.com/QuickBlox/quickblox-javascript-sdk/issues/392#issuecomment-675175836
Hello,
This is Nikolay from QuickBlox support.
You may use this tutorial to the building an instant messaging app with QuickBlox and Vue.js: https://quickblox.com/blog/building-an-instant-messaging-app-with-quickblox-and-vue-js/
Please note that integration of QuickBlox services with third-party frameworks is out of the scope of our support and not provided by default. We provide support for the SDKs specified in the official documentation only.