-
Notifications
You must be signed in to change notification settings - Fork 277
Cannot Install Packages! (Node.js, apm) #1157
Description
Hi i have an issue with Atom editor. I can't install any packages
C and Python Compiler Tools and Visual Studio 2017 are installed on my system with all compiler packs
This is the last log file after i try to update atom or execute apm install --check, apm install, apm update on Command Prompt (Windows 10 Latest Update)
*Everything is executed as administrator.
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Users\whoisfelix\AppData\Local\atom\app-1.50.0\resources\app\apm\bin\node.exe',
1 verbose cli 'C:\Users\whoisfelix\AppData\Local\atom\app-1.50.0\resources\app\apm\node_modules\npm\bin\npm-cli.js',
1 verbose cli '--globalconfig',
1 verbose cli 'C:\Users\whoisfelix\.atom\.apm\.apmrc',
1 verbose cli '--userconfig',
1 verbose cli 'C:\Users\whoisfelix\.atom\.apmrc',
1 verbose cli 'install',
1 verbose cli 'https://www.atom.io/api/packages/atom-path-intellisense/versions/1.2.2/tarball',
1 verbose cli '--target=5.0.13',
1 verbose cli '--disturl=https://atom.io/download/electron',
1 verbose cli '--arch=x64',
1 verbose cli '--global-style' ]
2 info using npm@6.14.5
3 info using node@v10.20.1
4 verbose npm-session 7f92f2dc3b4149bc
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 verbose stack Error: spawn C:\Users\whoisfelix\AppData\Local\atom\app-1.50.0\resources\app\apm\bin\node.exe ENOENT
7 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
7 verbose stack at onErrorNT (internal/child_process.js:415:16)
7 verbose stack at process._tickCallback (internal/process/next_tick.js:63:19)
8 verbose cwd C:\Users\WHOISF~1\AppData\Local\Temp\apm-install-dir-2020712-5284-a15le2.w03cv
9 verbose Windows_NT 10.0.19041
10 verbose argv "C:\Users\whoisfelix\AppData\Local\atom\app-1.50.0\resources\app\apm\bin\node.exe" "C:\Users\whoisfelix\AppData\Local\atom\app-1.50.0\resources\app\apm\node_modules\npm\bin\npm-cli.js" "--globalconfig" "C:\Users\whoisfelix\.atom\.apm\.apmrc" "--userconfig" "C:\Users\whoisfelix\.atom\.apmrc" "install" "https://www.atom.io/api/packages/atom-path-intellisense/versions/1.2.2/tarball" "--target=5.0.13" "--disturl=https://atom.io/download/electron" "--arch=x64" "--global-style"
11 verbose node v10.20.1
12 verbose npm v6.14.5
13 error code ENOENT
14 error syscall spawn C:\Users\whoisfelix\AppData\Local\atom\app-1.50.0\resources\app\apm\bin\node.exe
15 error path C:\Users\whoisfelix\AppData\Local\atom\app-1.50.0\resources\app\apm\bin\node.exe
16 error errno ENOENT
17 error enoent spawn C:\Users\whoisfelix\AppData\Local\atom\app-1.50.0\resources\app\apm\bin\node.exe ENOENT
18 error enoent This is related to npm not being able to find a file.
19 verbose exit [ 1, true ]
