We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm ERR! code 1 npm ERR! path /tmp/surfingkeys-conf/node_modules/platform-folders npm ERR! command failed npm ERR! command sh -c node-gyp rebuild npm ERR! gyp info it worked if it ends with ok npm ERR! gyp verb cli [ npm ERR! gyp verb cli '/home/ivan/.nvm/versions/node/v17.9.1/bin/node', npm ERR! gyp verb cli '/home/ivan/.nvm/versions/node/v17.9.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js', npm ERR! gyp verb cli 'rebuild' npm ERR! gyp verb cli ] npm ERR! gyp info using [email protected] npm ERR! gyp info using [email protected] | linux | x64 npm ERR! gyp verb command rebuild [] npm ERR! gyp verb command clean [] npm ERR! gyp verb clean removing "build" directory npm ERR! gyp verb command configure [] npm ERR! gyp verb find Python Python is not set from command line or npm configuration npm ERR! gyp verb find Python Python is not set from environment variable PYTHON npm ERR! gyp verb find Python checking if "python3" can be used npm ERR! gyp verb find Python - executing "python3" to get executable path npm ERR! gyp verb find Python - executable path is "/usr/bin/python3" npm ERR! gyp verb find Python - executing "/usr/bin/python3" to get version npm ERR! gyp verb find Python - version is "3.11.5" npm ERR! gyp info find Python using Python version 3.11.5 found at "/usr/bin/python3" npm ERR! gyp verb get node dir no --target version specified, falling back to host node version: 17.9.1 npm ERR! gyp verb command install [ '17.9.1' ] npm ERR! gyp verb install input version string "17.9.1" npm ERR! gyp verb install installing version: 17.9.1 npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed npm ERR! gyp verb install version is already installed, need to check "installVersion" npm ERR! gyp verb got "installVersion" 11 npm ERR! gyp verb needs "installVersion" 9 npm ERR! gyp verb install version is good npm ERR! gyp verb get node dir target node version installed: 17.9.1 npm ERR! gyp verb build dir attempting to create "build" dir: /tmp/surfingkeys-conf/node_modules/platform-folders/build npm ERR! gyp verb build dir "build" dir needed to be created? Yes npm ERR! gyp verb build/config.gypi creating config file npm ERR! gyp verb build/config.gypi writing out config file: /tmp/surfingkeys-conf/node_modules/platform-folders/build/config.gypi npm ERR! gyp verb config.gypi checking for gypi file: /tmp/surfingkeys-conf/node_modules/platform-folders/config.gypi npm ERR! gyp verb common.gypi checking for gypi file: /tmp/surfingkeys-conf/node_modules/platform-folders/common.gypi npm ERR! gyp verb gyp gyp format was not specified; forcing "make" npm ERR! gyp info spawn /usr/bin/python3 npm ERR! gyp info spawn args [ npm ERR! gyp info spawn args '/home/ivan/.nvm/versions/node/v17.9.1/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py', npm ERR! gyp info spawn args 'binding.gyp', npm ERR! gyp info spawn args '-f', npm ERR! gyp info spawn args 'make', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/tmp/surfingkeys-conf/node_modules/platform-folders/build/config.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/home/ivan/.nvm/versions/node/v17.9.1/lib/node_modules/npm/node_modules/node-gyp/addon.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/home/ivan/.cache/node-gyp/17.9.1/include/node/common.gypi', npm ERR! gyp info spawn args '-Dlibrary=shared_library', npm ERR! gyp info spawn args '-Dvisibility=default', npm ERR! gyp info spawn args '-Dnode_root_dir=/home/ivan/.cache/node-gyp/17.9.1', npm ERR! gyp info spawn args '-Dnode_gyp_dir=/home/ivan/.nvm/versions/node/v17.9.1/lib/node_modules/npm/node_modules/node-gyp', npm ERR! gyp info spawn args '-Dnode_lib_file=/home/ivan/.cache/node-gyp/17.9.1/<(target_arch)/node.lib', npm ERR! gyp info spawn args '-Dmodule_root_dir=/tmp/surfingkeys-conf/node_modules/platform-folders', npm ERR! gyp info spawn args '-Dnode_engine=v8', npm ERR! gyp info spawn args '--depth=.', npm ERR! gyp info spawn args '--no-parallel', npm ERR! gyp info spawn args '--generator-output', npm ERR! gyp info spawn args 'build', npm ERR! gyp info spawn args '-Goutput_dir=.' npm ERR! gyp info spawn args ] npm ERR! gyp verb command build [] npm ERR! gyp verb build type Release npm ERR! gyp verb architecture x64 npm ERR! gyp verb node dev dir /home/ivan/.cache/node-gyp/17.9.1 npm ERR! gyp verb `which` succeeded for `make` /usr/bin/make npm ERR! gyp info spawn make npm ERR! gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ] npm ERR! gyp ERR! build error npm ERR! gyp ERR! stack Error: `make` failed with exit code: null npm ERR! gyp ERR! stack at ChildProcess.onExit (/home/ivan/.nvm/versions/node/v17.9.1/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:527:28) npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) npm ERR! gyp ERR! System Linux 6.5.9-arch2-1 npm ERR! gyp ERR! command "/home/ivan/.nvm/versions/node/v17.9.1/bin/node" "/home/ivan/.nvm/versions/node/v17.9.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" npm ERR! gyp ERR! cwd /tmp/surfingkeys-conf/node_modules/platform-folders npm ERR! gyp ERR! node -v v17.9.1 npm ERR! gyp ERR! node-gyp -v v9.0.0 npm ERR! gyp ERR! not ok
The text was updated successfully, but these errors were encountered:
Same issue on MacOS Ventura
Sorry, something went wrong.
The issue seemed to be with the package platform-folders. I deleted it from package.json and the code where it was referenced and the install worked
platform-folders
package.json
No branches or pull requests
Details
The text was updated successfully, but these errors were encountered: