Skip to content

Contributing: npm start logs error on mac #1147

Description

@LukasFritzeDev

When I run npm start or npm run serve as describe in Contributing › Building locally this error is logged:

Failed to open browser Vivaldi with AppleScript Error: Command failed: osascript openChrome.applescript "http://localhost:3000/" "Vivaldi"
openChrome.applescript:1089:1099: script error: „Eigenschaft“ kann nicht diesem „Identifier“ folgen. (-2740)

    at genericNodeError (node:internal/errors:983:15)
    at wrappedFn (node:internal/errors:537:14)
    at ChildProcess.exithandler (node:child_process:417:12)
    at ChildProcess.emit (node:events:519:28)
    at maybeClose (node:internal/child_process:1101:16)
    at Socket.<anonymous> (node:internal/child_process:456:11)
    at Socket.emit (node:events:519:28)
    at Pipe.<anonymous> (node:net:346:12) {
  code: 1,
  killed: false,
  signal: null,
  cmd: 'osascript openChrome.applescript "http://localhost:3000/" "Vivaldi"',
  stdout: '',
  stderr: 'openChrome.applescript:1089:1099: script error: „Eigenschaft“ kann nicht diesem „Identifier“ folgen. (-2740)\n'
}

The local environment can be started successfully and is open in Safari. So this is not critical. But it does not appear to be good.


Installed browsers on the system:

  • Safari (default)
  • Vivaldi
  • Firefox

Dev-Environment

> npm --version
11.15.0
> node --version                                                                                                                                                                                                                                       
v22.22.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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