-
Notifications
You must be signed in to change notification settings - Fork 19
Fails to read package.json on Windows #70
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
- node.js
v24.13.0 - obuild
v0.4.23
Reproduction
Build this package in a Windows machine.
Describe the bug
The custom JSON import fails to read package.json on Windows, preventing obuild from properly reading the package name and rolldown from excluding dependencies.
| name | deps |
|---|---|
![]() |
![]() |
It also causes Error [ERR_UNSUPPORTED_ESM_URL_SCHEME] when removing the catch from readJSON
Additional context
PR #43 tried to fix this but was closed
Logs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

