atom-community / atom-community/atom-ide-base

Installing “atom-ide-base@3.4.0” failed.

Open
#98 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
45
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Installing the package from Atom results in this error:

```
Installing “atom-ide-base@3.4.0” failed.

npm ERR! code E500
npm ERR! 500 Internal Server Error - GET https://www.atom.io/api/packages/atom-ide-base/versions/3.4.
```

When I try to install the package from the repository I get this error:
```
54648 info lifecycle atom-ide-base@3.4.0~prepare: atom-ide-base@3.4.0
54649 verbose lifecycle atom-ide-base@3.4.0~prepare: unsafe-perm in lifecycle true
54650 verbose lifecycle atom-ide-base@3.4.0~prepare: PATH: C:\Users\user3948\AppData\Local\atom\app-1.60.0\resources\app\apm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\Users\user3948\.atom\packages\atom-ide-base\node_modules\.bin;C:\Users\user3948\AppData\Local\atom\app-1.60.0\resources\app\apm\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\nodejs\;C:\Program Files\gdipp\;C:\Program Files\Git\cmd;C:\Users\user3948\AppData\Local\Programs\Python\Python39-32\Scripts\;C:\Users\user3948\AppData\Local\Programs\Python\Python39-32\;C:\Users\user3948\AppData\Local\Microsoft\WindowsApps;C:\Users\user3948\AppData\Roaming\npm;C:\Users\user3948\AppData\Local\atom\bin;;C:\Users\user3948\AppData\Local\GitHub\PortableGit_69bd5e6f85e4842f07db71c9618a621154c52254\cmd;C:\Users\user3948\AppData\Local\GitHub\PortableGit_69bd5e6f85e4842f07db71c9618a621154c52254\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\bin
54651 verbose lifecycle atom-ide-base@3.4.0~prepare: CWD: C:\Users\user3948\.atom\packages\atom-ide-base
54652 silly lifecycle atom-ide-base@3.4.0~prepare: Args: [ '/d /s /c', 'npm run prepare.base && npm run prepare.nuclide' ]
54653 silly lifecycle atom-ide-base@3.4.0~prepare: Returned: code: 1 signal: null
54654 info lifecycle atom-ide-base@3.4.0~prepare: Failed to exec prepare script
54655 verbose stack Error: atom-ide-base@3.4.0 prepare: `npm run prepare.base && npm run prepare.nuclide`
54655 verbose stack Exit status 1
54655 verbose stack at EventEmitter. (C:\Users\user3948\AppData\Local\atom\app-1.60.0\resources\app\apm\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
54655 verbose stack at EventEmitter.emit (events.js:223:5)
54655 verbose stack at ChildProcess. (C:\Users\user3948\AppData\Local\atom\app-1.60.0\resources\app\apm\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
54655 verbose stack at ChildProcess.emit (events.js:223:5)
54655 verbose stack at maybeClose (internal/child_process.js:1021:16)
54655 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
54656 verbose pkgid atom-ide-base@3.4.0
54657 verbose cwd C:\Users\user3948\.atom\packages\atom-ide-base
54658 verbose Windows_NT 10.0.17134
54659 verbose argv "C:\\Users\\user3948\\AppData\\Local\\atom\\app-1.60.0\\resources\\app\\apm\\bin\\node.exe" "C:\\Users\\user3948\\AppData\\Local\\atom\\app-1.60.0\\resources\\app\\apm\\node_modules\\npm\\bin\\npm-cli.js" "--globalconfig" "C:\\Users\\user3948\\.atom\\.apm\\.apmrc" "--userconfig" "C:\\Users\\user3948\\.atom\\.apmrc" "install" "--target=9.4.4" "--disturl=https://atom.io/download/electron" "--arch=ia32"
54660 verbose node v12.14.1
54661 verbose npm v6.14.13
54662 error code ELIFECYCLE
54663 error errno 1
54664 error atom-ide-base@3.4.0 prepare: `npm run prepare.base && npm run prepare.nuclide`
54664 error Exit status 1
54665 error Failed at the atom-ide-base@3.4.0 prepare script.
54665 error This is probably not a problem with npm. There is likely additional logging output above.
54666 verbose exit [ 1, true ]
```

**windows 10
atom 1.60.0
node v12.14.1
npm v6.14.13**

Contributor guide

Open the contributing guide

Research direction

Reproduce the installation failure on the reported Windows 10, Atom 1.60.0, and Node 12.14.1 setup, then inspect the output preceding the failed prepare lifecycle. Trace the `prepare.base` and `prepare.nuclide` scripts for atom-ide-base@3.4.0; done means the package installs successfully from Atom and the repository without either prepare step exiting with code 1.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.