You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing #8, I saw that uninstall does not work on my machine. I have confirmed that it is installed and that serve works correctly. When I run uninstall I get this not entirely helpful error:
Uninstall text to speech extension and other support
Options:
--version Show version number [boolean]
--help Show help [boolean]
Error: spawn /bin/sh ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:286:19)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn /bin/sh',
path: '/bin/sh',
spawnargs: [
'-c',
'/System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/LaunchServices.framework/Versions/Current/Support/lsregister -f -R -trusted -u MacOSATDriverServer.app'
],
cmd: '/System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/LaunchServices.framework/Versions/Current/Support/lsregister -f -R -trusted -u MacOSATDriverServer.app',
stdout: '',
stderr: ''
}
I am on macOS 14.5.
The text was updated successfully, but these errors were encountered:
stalgiag
changed the title
uninstall doesn't workuninstall throws error and doesn't complete task on my machine
Aug 7, 2024
stalgiag
changed the title
uninstall throws error and doesn't complete task on my machineuninstall throws error and doesn't complete task on macos 14.5
Aug 7, 2024
While testing #8, I saw that
uninstall
does not work on my machine. I have confirmed that it is installed and thatserve
works correctly. When I rununinstall
I get this not entirely helpful error:I am on macOS 14.5.
The text was updated successfully, but these errors were encountered: