-
Notifications
You must be signed in to change notification settings - Fork 218
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
Having problem in integration of Quickblox with Vuejs. Error with dependencies using javascript SDK #392
Comments
i have same error ? |
how you solved it @Rumman001 ? |
Same situation with react js. I think they have launch product without any support. Problem with their npm package. https://developers.connectycube.com/js/code-samples this lib have working react js example. |
You cannot use the NPM module for frontend use. The best course of action is to simply use a script tag and get the minified JS file from a CDN. I ran into the same issue and found this out the hard way. |
Hello, This is Nikolay from QuickBlox support. You may use this tutorial to the 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. |
These are the following errors that i am getting when running npm run watch
ERROR in ./node_modules/node-xmpp-client/lib/Client.js
Module not found: Error: Can't resolve 'child_process' in 'C:\xampp\htdocs\blog\node_modules\node-xmpp-client\lib'
ERROR in ./node_modules/quickblox/src/qbUtils.js
Module not found: Error: Can't resolve 'fs' in 'C:\xampp\htdocs\blog\node_modules\quickblox\src'
ERROR in ./node_modules/quickblox/src/modules/chat/qbChat.js
Module not found: Error: Can't resolve 'nativescript-xmpp-client' in 'C:\xampp\htdocs\blog\node_modules\quickblox\src\modules\chat'
Kindly look into this
My node version is: v12.14.0
My NPM version is: 6.13.4
The text was updated successfully, but these errors were encountered: