Closed kapooostin closed 6 months ago
I stumbled upon the problem with a package @humanfs/node. It uses modern exports field instead of main in package.json.
exports
main
package.json
And RunJS fails to load it:
Error: No "exports" main defined in /Users/USER/Library/Application Support/runjs/node_modules/@humanfs/node/package.json
This will be fixed in the next release 👍
@kapooostin this looks like it's working now in the latest release. Version 2.12.0.
I stumbled upon the problem with a package @humanfs/node. It uses modern
exports
field instead ofmain
inpackage.json
.And RunJS fails to load it: