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
{{ message }}
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
I have got this error when I import "bing-chat" in my code(import { BingChat } from "bing-chat";):
Module build failed: UnhandledSchemeError: Reading from "node:crypto" is not handled by plugins (Unhandled scheme). Webpack supports "data:" and "file:" URIs by default. You may need an additional plugin to handle "node:" URIs. at XXX\node_modules\webpack\lib\NormalModule.js:832:25
Can anyone have any solution to my problem?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys,
I have got this error when I import "bing-chat" in my code(import { BingChat } from "bing-chat";):
Module build failed: UnhandledSchemeError: Reading from "node:crypto" is not handled by plugins (Unhandled scheme). Webpack supports "data:" and "file:" URIs by default. You may need an additional plugin to handle "node:" URIs. at XXX\node_modules\webpack\lib\NormalModule.js:832:25
Can anyone have any solution to my problem?
The text was updated successfully, but these errors were encountered: