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 Jun 20, 2023. It is now read-only.
prebuild-install WARN install No prebuilt binaries found (target=11.5.0 runtime=electron arch=x64 libc= platform=darwin)
In file included from ../src/unix/pty.cc:20:
In file included from ../../nan/nan.h:60:
In file included from /Users/augustingolovco/.atom/.node-gyp/Library/Caches/node-gyp/11.5.0/include/node/node.h:67:
In file included from /Users/augustingolovco/.atom/.node-gyp/Library/Caches/node-gyp/11.5.0/include/node/v8.h:30:
/Users/augustingolovco/.atom/.node-gyp/Library/Caches/node-gyp/11.5.0/include/node/v8-internal.h:418:38: error: no template named 'remove_cv_t' in namespace 'std'; did you mean 'remove_cv'?
!std::is_same<Data, std::remove_cv_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 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/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:223:5)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 22.1.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/gw/nj8_qmxs4q5fbj2r0x2n0pr40000gn/T/apm-install-dir-2022114-18591-10pr3r7.s1zt/node_modules/platformio-ide-terminal/node_modules/node-pty-prebuilt-multiarch
gyp ERR! node -v v12.14.1
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/gw/nj8_qmxs4q5fbj2r0x2n0pr40000gn/T/apm-install-dir-2022114-18591-10pr3r7.s1zt/package.json'
npm WARN apm-install-dir-2022114-18591-10pr3r7.s1zt No description
npm WARN apm-install-dir-2022114-18591-10pr3r7.s1zt No repository field.
npm WARN apm-install-dir-2022114-18591-10pr3r7.s1zt No README data
npm WARN apm-install-dir-2022114-18591-10pr3r7.s1zt 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/augustingolovco/.atom/.apm/_logs/2022-12-04T12_27_15_265Z-debug.log
HOW CAN I FIX THIS?? ;(
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I try to install platform-ide-terminal, and it doesn't work.
It prints this error:
Installing “[email protected]” failed.Hide output…
CXX(target) Release/obj.target/pty/src/unix/pty.o
prebuild-install WARN install No prebuilt binaries found (target=11.5.0 runtime=electron arch=x64 libc= platform=darwin)
In file included from ../src/unix/pty.cc:20:
In file included from ../../nan/nan.h:60:
In file included from /Users/augustingolovco/.atom/.node-gyp/Library/Caches/node-gyp/11.5.0/include/node/node.h:67:
In file included from /Users/augustingolovco/.atom/.node-gyp/Library/Caches/node-gyp/11.5.0/include/node/v8.h:30:
/Users/augustingolovco/.atom/.node-gyp/Library/Caches/node-gyp/11.5.0/include/node/v8-internal.h:418:38: error: no template named 'remove_cv_t' in namespace 'std'; did you mean 'remove_cv'?
!std::is_same<Data, std::remove_cv_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 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: 2gyp ERR! stack at ChildProcess.onExit (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:223:5)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 22.1.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/gw/nj8_qmxs4q5fbj2r0x2n0pr40000gn/T/apm-install-dir-2022114-18591-10pr3r7.s1zt/node_modules/platformio-ide-terminal/node_modules/node-pty-prebuilt-multiarch
gyp ERR! node -v v12.14.1
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/gw/nj8_qmxs4q5fbj2r0x2n0pr40000gn/T/apm-install-dir-2022114-18591-10pr3r7.s1zt/package.json'
npm WARN apm-install-dir-2022114-18591-10pr3r7.s1zt No description
npm WARN apm-install-dir-2022114-18591-10pr3r7.s1zt No repository field.
npm WARN apm-install-dir-2022114-18591-10pr3r7.s1zt No README data
npm WARN apm-install-dir-2022114-18591-10pr3r7.s1zt 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/augustingolovco/.atom/.apm/_logs/2022-12-04T12_27_15_265Z-debug.log
HOW CAN I FIX THIS?? ;(
The text was updated successfully, but these errors were encountered: