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

stream-deck create throws error on "Building the project" step #3

@tyrope

Description

@tyrope

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' +
    '> nl.tyrope.streamdecktest@1.0.0 build\n' +
    '> npx pkg package.json --compress GZip -o plugin/nl.tyrope.streamdecktest.exe\n' +
    '\n' +
    '> pkg@5.8.0\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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions