psbakre
psbakre
DDeno
Created by psbakre on 11/10/2024 in #help
Building next with deno fails with error
node:process
Module build failed: UnhandledSchemeError: Reading from "node:process" 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 /Users/psbakre/Personal Projects/images/node_modules/.deno/next@15.0.2/node_modules/next/dist/compiled/webpack/bundle5.js:28:401783
node:process
Module build failed: UnhandledSchemeError: Reading from "node:process" 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 /Users/psbakre/Personal Projects/images/node_modules/.deno/next@15.0.2/node_modules/next/dist/compiled/webpack/bundle5.js:28:401783
I am mostly sure that this file shouldnt be bundled. Can anyone help?
2 replies