You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
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: