This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Description
Here's the full output:
D:\Programming>stream-deck create
[stream-deck] @stream-deck-for-node/cli
? Template JavaScript
? Plugin UUID nl.tyrope.streamdecktest
? Name TestProject
? Description This is a test
? Author Tyrope
? Category Custom
√ Boilerplate generated
√ Node modules installed
- Building the project...node:internal/errors:863
const err = new Error(message);
^
Error: Command failed: npm run build
at ChildProcess.exithandler (node:child_process:412:12)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1091:16)
at ChildProcess._handle.onexit (node:internal/child_process:302:5) {
code: 2,
killed: false,
signal: null,
cmd: 'npm run build',
stdout: '\n' +
'> [email protected] build\n' +
'> npx pkg package.json --compress GZip -o plugin/nl.tyrope.streamdecktest.exe\n' +
'\n' +
'> [email protected]\n' +
'compression: GZip\n' +
"> Error! Property 'bin' does not exist in\n" +
' D:\\Programming\\nl.tyrope.streamdecktest\\package.json\n',
stderr: ''
}
Node.js v18.12.1