Btw is there any way we can view these error logs? Or do you need some special access for that?
Btw is there any way we can view these error logs? Or do you need some special access for that?
https://raw.githubusercontent.com/vipulchaturvedi/yolo-onnx/main/best.onnx node_modules/styled-components/dist/styled-components.esm.js:1:30830:
1 │ ...this.seal();var t = require("stream").Transform,n = e,o = this.i...
╵ ~~~~~~~~
The package "stream" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
stream package or any packages that depend on it.compatibility_flags = [ "nodejs_compat" ]
"start": "wrangler pages dev --compatibility-date=2023-06-21 --compatibility-flags="nodejs_compat" ./public",

"start": "wrangler pages dev --compatibility-date=2023-06-21 --compatibility-flags=\"nodejs_compat\" ./public"
node_modules node_modules can differ between OS versions, node versions, etc.npm i patch-package. There are 753 other projects in the npm registry using patch-package.


https://raw.githubusercontent.com/vipulchaturvedi/yolo-onnx/main/best.onnx node_modules/styled-components/dist/styled-components.esm.js:1:30830:
1 │ ...this.seal();var t = require("stream").Transform,n = e,o = this.i...
╵ ~~~~~~~~
The package "stream" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
streamcompatibility_flags = [ "nodejs_compat" ] "start": "wrangler pages dev --compatibility-date=2023-06-21 --compatibility-flags="nodejs_compat" ./public",
"start": "wrangler pages dev --compatibility-date=2023-06-21 --compatibility-flags=\"nodejs_compat\" ./public"npm i patch-package