-
Notifications
You must be signed in to change notification settings - Fork 159
platformio-ide-terminal no longer installs on new Atom version 1.52.0 #924
Comments
same problem here |
same here |
same |
Same here. My favorite terminal stopped working a few days ago and cannot be reinstalled. Any news or clues to solve it? |
me too |
Terminus seems to be working, if anyone is looking for a quick alternative. It's a fork of platformio-ide-terminal. |
Terminus works (on macOS)! If you want to use
the keymap.cson file is opened by going to Atom/Keymap... |
Same here |
same issue |
1 similar comment
same issue |
I was able to get this to work by rebuilding the package. I made sure that I had Xcode installed. (I had to launch Xcode in order to complete the installation. Then I:
Back in action! |
Description
platformio-ide-terminal stops working on new Atom (1.52.0).
Steps to reproduce
Expected behavior:
platformio-ide-terminal should have kept on working
Actual behavior:
error message upon install:
Installing “[email protected]” failed.Hide output…
prebuild-install WARN install No prebuilt binaries found (target=6.1.12 runtime=electron arch=x64 libc= platform=darwin)
No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.
No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'.
No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'.
gyp: No Xcode or CLT version detected!
gyp ERR! configure error
gyp ERR! stack Error:
gyp
failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
gyp ERR! stack at ChildProcess.emit (events.js:200:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 19.6.0
gyp ERR! command "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /private/var/folders/4g/4wpmdzbd7tj0cwctcd99wz680000gp/T/apm-install-dir-2020919-88197-l99pqc.upj2e/node_modules/platformio-ide-terminal/node_modules/node-pty-prebuilt-multiarch
gyp ERR! node -v v12.4.0
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm WARN enoent ENOENT: no such file or directory, open '/private/var/folders/4g/4wpmdzbd7tj0cwctcd99wz680000gp/T/apm-install-dir-2020919-88197-l99pqc.upj2e/package.json'
npm WARN apm-install-dir-2020919-88197-l99pqc.upj2e No description
npm WARN apm-install-dir-2020919-88197-l99pqc.upj2e No repository field.
npm WARN apm-install-dir-2020919-88197-l99pqc.upj2e No README data
npm WARN apm-install-dir-2020919-88197-l99pqc.upj2e No license field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install:
prebuild-install || node scripts/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/Negorashi2011/.atom/.apm/_logs/2020-10-19T07_10_06_974Z-debug.log`
Reproduces how often:
always
Versions
OS name and version: macOS 10.15.7
Platformio-ide-terminal version: 2.10.0
Additional Information
Although the error message says that macOS CLT cannot be found, i have CLT installed.
I installed XCode. Same error message.
The text was updated successfully, but these errors were encountered: