Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

unable to install platformio-atom-ide-terminal #1049

Open
abdikhani4484 opened this issue Dec 13, 2022 · 2 comments
Open

unable to install platformio-atom-ide-terminal #1049

abdikhani4484 opened this issue Dec 13, 2022 · 2 comments

Comments

@abdikhani4484
Copy link

am unable to install platformio-ide-terminal, kindly assist

@zhanwenchen
Copy link

The way I successfully installed it today on my M2 Mac was

apm install https://github.com/platformio/platformio-atom-ide-terminal.git

@Dracks
Copy link

Dracks commented Feb 21, 2023

that didn't work for me:

/Applications/Pulsar.app/Contents/Resources/app/ppm/bin/apm install https://github.com/platformio/platformio-atom-ide-terminal.git
Cloning https://github.com/platformio/platformio-atom-ide-terminal.git ✓
Installing modules ✗
> node-pty-prebuilt-multiarch@0.9.0 install /private/var/folders/xs/_9f_9xld01j03cd3pm16qsxh0000gr/T/atom-git-package-clone-2023121-36745-1fyne8r.02z5/node_modules/node-pty-prebuilt-multiarch
> prebuild-install || node scripts/install.js

  CXX(target) Release/obj.target/pty/src/unix/pty.o

prebuild-install WARN install No prebuilt binaries found (target=12.2.3 runtime=electron arch=x64 libc= platform=darwin)
(node:36805) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
(Use `node --trace-deprecation ...` to show where the warning was created)
In file included from ../src/unix/pty.cc:20:
In file included from ../../nan/nan.h:60:
In file included from /Users/singlavalls/.pulsar/.node-gyp/Library/Caches/node-gyp/12.2.3/include/node/node.h:67:
In file included from /Users/singlavalls/.pulsar/.node-gyp/Library/Caches/node-gyp/12.2.3/include/node/v8.h:30:
/Users/singlavalls/.pulsar/.node-gyp/Library/Caches/node-gyp/12.2.3/include/node/v8-internal.h:452:38: error: no template named 'remove_cv_t' in namespace 'std'; did you mean 'remove_cv'?
            !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
                                ~~~~~^~~~~~~~~~~
                                     remove_cv
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/type_traits:715:50: note: 'remove_cv' declared here
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_cv
                                                 ^
1 error generated.
make: *** [Release/obj.target/pty/src/unix/pty.o] Error 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/Applications/Pulsar.app/Contents/Resources/app/ppm/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (node:events:365:28)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
gyp ERR! System Darwin 22.3.0
gyp ERR! command "/Applications/Pulsar.app/Contents/Resources/app/ppm/bin/node" "/Applications/Pulsar.app/Contents/Resources/app/ppm/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /private/var/folders/xs/_9f_9xld01j03cd3pm16qsxh0000gr/T/atom-git-package-clone-2023121-36745-1fyne8r.02z5/node_modules/node-pty-prebuilt-multiarch
gyp ERR! node -v v16.0.0
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-pty-prebuilt-multiarch@0.9.0 install: `prebuild-install || node scripts/install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the node-pty-prebuilt-multiarch@0.9.0 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/singlavalls/.pulsar/.apm/_logs/2023-02-21T11_48_23_853Z-debug.log

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants