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
{{ message }}
This repository was archived by the owner on Jul 17, 2023. It is now read-only.
"openode deploy" responds with the error message below. My Roaming directory is on my D: drive, not my C: drive as indicated in the error message. I double-checked and the APPDATA environment variable properly points to the D: drive. I also double-checked and the index.js file is in fact where it should be on the D: drive.
Error: Cannot find module 'C:\Users<user>\AppData\Roaming\npm\node_modules\openode\bin\index.js'
←[90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)←[39m
←[90m at Function.Module._load (internal/modules/cjs/loader.js:841:27)←[39m
←[90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)←[39m
←[90m at internal/main/run_main_module.js:17:47←[39m {
code: ←[32m'MODULE_NOT_FOUND'←[39m,
requireStack: []
}