UnhandledSchemeError: Reading from "node:crypto" is not handled by plugins
Erfan2001 opened this issue · 0 comments
Erfan2001 commented
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?