example project doesnt work, no run script found
Author: Jannik44Created Sep 8, 2025Updated Feb 7, 2026
when i run the npm run run command: npm ERR! Missing script: "run" npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run
npm run Lifecycle scripts included in [email protected]: start qode dist/main.cjs
available via npm run-script:
build
npm run build-code && npm run build-bundle
build-code
tsc
build-bundle
esbuild build/main.js --sourcemap --bundle --outfile=dist/main.cjs --platform=node --format=cjs --external:@nodegui/nodegui "--external:nodegui-plugin-*"
clean
rimraf build dist tmp-jam-pack-nodegui
package
jam-pack-nodegui --config packaging/jam-pack-nodegui.json
Source: nodegui/nodegui