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
There's a weird crash with the latest version of NodeJS when running ropm.
$ ropm install roku-requests
Error: spawn EINVAL
at ChildProcess.spawn (node:internal/child_process:421:11)
at Object.spawn (node:child_process:760:9)
at C:\Users\bronley\AppData\Roaming\npm\node_modules\ropm\dist\util.js:24:40
at new Promise (<anonymous>)
at Util.spawnAsync (C:\Users\bronley\AppData\Roaming\npm\node_modules\ropm\dist\util.js:23:16)
at Util.spawnNpmAsync (C:\Users\bronley\AppData\Roaming\npm\node_modules\ropm\dist\util.js:37:21)
at InstallCommand.npmInstall (C:\Users\bronley\AppData\Roaming\npm\node_modules\ropm\dist\commands\InstallCommand.js:70:27)
at async InstallCommand.run (C:\Users\bronley\AppData\Roaming\npm\node_modules\ropm\dist\commands\InstallCommand.js:39:13) {
errno: -4071,
code: 'EINVAL',
syscall: 'spawn'
}
The text was updated successfully, but these errors were encountered:
There's a weird crash with the latest version of NodeJS when running ropm.
The text was updated successfully, but these errors were encountered: