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 has been archived by the owner on Dec 15, 2022. It is now read-only.
Error is coming from usage of apm, and it's very clearly keytar's fault:
Errors on any apm command
$ node -v
v0.10.31
$ apm install --check
module.js:356
Module._extensions[extension](this, filename);
^
Error: %1 is not a valid Win32 application.
c:\Users\Owner\AppData\Roaming\npm\node_modules\atom-package-manager\node_modules\keytar\build\Release\keytar.node
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (c:\Users\Owner\AppData\Roaming\npm\node_modules\atom-package-manager\node_modules\keytar\lib\keytar.js:4:12)
at Object.<anonymous> (c:\Users\Owner\AppData\Roaming\npm\node_modules\atom-package-manager\node_modules\keytar\lib\keytar.js:58:4)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
The text was updated successfully, but these errors were encountered:
Error is coming from usage of
apm
, and it's very clearly keytar's fault:Errors on any apm command
The text was updated successfully, but these errors were encountered: