Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 722 Bytes

File metadata and controls

11 lines (6 loc) · 722 Bytes

sunodejs

CI/CD Tests Coverage

I need a standalone project that allows me to use Node modules:

Node core modules in a web bundle (such as jsdom and http-proxy-agent) use modules like net, tls, and child_process, which do not exist in a web environment. If you are building for the browser (e.g., electron-renderer or pure web), these modules cannot be bundled.

https://copilot.microsoft.com/shares/ERtZcJDHywUVJwKcR6BwL

This is due to apps like Electron, which strictly separate the Node and web parts.