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
> node --version
v22.22.0
When I run
npm startornpm run serveas describe in Contributing › Building locally this error is logged: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:
Dev-Environment