-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
(node:5636) Warning: Failed to load the ES module: ./main.mjs. Make sure to set "type": "module" in the nearest package.json file or use the .mjs extension.
(Use `LCDDIGI --trace-warnings ...` to show where the warning was created)
./main.mjs:1
import { fork } from 'node:child_process';
^^^^^^
{
"type": "module",
"main": "main.mjs",
"scripts": {
"run": "node .",
"build": "webview --build --input ./main.mjs --output ./dist --name \"LCD DIGI\" --resources ./resources.json"
},
}Metadata
Metadata
Assignees
Labels
No labels