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
1.拉取next代码
2.执行pnpm bootstrap
3.报错
node_modules/.pnpm/core-js@2.6.12/node_modules/core-js: Running postinstall script, done in 134ms
node_modules/.pnpm/iltorb@2.4.5/node_modules/iltorb: Running install script, failed in 2s
.../iltorb@2.4.5/node_modules/iltorb install$ node ./scripts/install.js || node-gyp rebuild
│ info looking for cached prebuild @ C:\Users\Mi\AppData\Roaming\npm-cache_prebuilds\28c10a-iltorb-v2.4.5-node-v115-win32-x64.tar.gz
│ http request GET https://github.com/nstepien/iltorb/releases/download/v2.4.5/iltorb-v2.4.5-node-v115-win32-x64.tar.gz
│ http 404 https://github.com/nstepien/iltorb/releases/download/v2.4.5/iltorb-v2.4.5-node-v115-win32-x64.tar.gz
│ WARN install No prebuilt binaries found (target=20.12.0 runtime=node arch=x64 libc= platform=win32)
C:\Users\San\Desktop\S2\node_modules.pnpm\iltorb@2.4.5\node_modules\iltorb>if not defined npm_config_node_gyp (node "C:\Users\San\AppData\Roaming\npm\node_modules\pnpm\dist\node-gyp-bin\..\node_modules\node-g…
│ gyp info it worked if it ends with ok
│ gyp info using node-gyp@9.4.1
│ gyp info using node@20.12.0 | win32 | x64
│ gyp ERR! find Python
🏷 Version
pnpm version: 8.15.7
node version: v20.12.0
npm 10.5.0
Sheet Type
🖋 Description
1.拉取next代码
2.执行pnpm bootstrap
3.报错
node_modules/.pnpm/core-js@2.6.12/node_modules/core-js: Running postinstall script, done in 134ms
node_modules/.pnpm/iltorb@2.4.5/node_modules/iltorb: Running install script, failed in 2s
.../iltorb@2.4.5/node_modules/iltorb install$ node ./scripts/install.js || node-gyp rebuild
│ info looking for cached prebuild @ C:\Users\Mi\AppData\Roaming\npm-cache_prebuilds\28c10a-iltorb-v2.4.5-node-v115-win32-x64.tar.gz
│ http request GET https://github.com/nstepien/iltorb/releases/download/v2.4.5/iltorb-v2.4.5-node-v115-win32-x64.tar.gz
│ http 404 https://github.com/nstepien/iltorb/releases/download/v2.4.5/iltorb-v2.4.5-node-v115-win32-x64.tar.gz
│ WARN install No prebuilt binaries found (target=20.12.0 runtime=node arch=x64 libc= platform=win32)
C:\Users\San\Desktop\S2\node_modules.pnpm\iltorb@2.4.5\node_modules\iltorb>if not defined npm_config_node_gyp (node "C:\Users\San\AppData\Roaming\npm\node_modules\pnpm\dist\node-gyp-bin\..\node_modules\node-g…
│ gyp info it worked if it ends with ok
│ gyp info using node-gyp@9.4.1
│ gyp info using node@20.12.0 | win32 | x64
│ gyp ERR! find Python
初步排查是iltorb 执行 ./scripts/install.js 脚本时,prebuildRC方法生成的opts.abi为115导致无法从github拉取正确的iltorb压缩包导致
⌨️ Code Snapshots
🔗 Reproduce Link
🤔 Steps to Reproduce
😊 Expected Behavior
😅 Current Behavior
💻 System information
The text was updated successfully, but these errors were encountered: