Issue 1
We’re using the Kopytko framework to run a Roku app, but now we get this error. It worked fine before, and the issue only started after using the Kopytko network inspector tool.
The Error we are getting
Source root: /Users/AbhiRam.Reddy/Desktop/DAZN PROJECTS/roku-dazn/app
Injecting manifest overrides into existing /manifest/local.staging.js
Running: npx kopytko start
[stderr] /bin/sh: npx: command not found
Restored original local manifest override.
Launch failed: kopytko start exited with code 127
Issue 2
In the BrightScript VS Code extension, debug points stay active until you click Next Step or Resume. In the Kopytko extension, they don’t stay active, and the debugger closes with a message like “debugger closed 8081.”
Can you please explain what was the issue and how can i resolve this
Issue 1
We’re using the Kopytko framework to run a Roku app, but now we get this error. It worked fine before, and the issue only started after using the Kopytko network inspector tool.
The Error we are getting
Issue 2
In the BrightScript VS Code extension, debug points stay active until you click Next Step or Resume. In the Kopytko extension, they don’t stay active, and the debugger closes with a message like “debugger closed 8081.”
Can you please explain what was the issue and how can i resolve this