When upgrading from version 7.18.2 to 7.19.0, pnpm install errors out when running the postinstall scripts with the following error: node:internal/child_process:413 throw errnoException(err, 'spawn'); ^ Error: spawn E2BIG at ChildProcess...
这种情况一般是安装了nvm的情况下会出现,错误提示一般如下 Progress: resolved 1713, reused 1633, downloaded 0, added 1632,donenode_modules/.pnpm/core-js@2.6.12/node_modules/core-js: Running postinstall script,donein118ms node_modules/.pnpm/core-js@3.37.0/node_modules/core-js: Running postinstall...
node version: v18.19.0 npm version: 10.2.3 pnpm version: v7.22.0 clone 项目代码之后,在 dev 分支根目录执行pnpm i命令报错: node_modules/.pnpm/nx@15.9.7/node_modules/nx: Running postinstall script, done in 375ms node_modules/.pnpm/esbuild@0.23.1/node_modules/esbuild: Running postinstall ...
再安装就可以了: 代码语言:javascript 复制 !❯ pnpm i electron-D../../..|+343+++++++++++++++++++../../..|Progress:resolved398,reused355,downloaded0,added0,done../../../node_modules/.pnpm/electron@26.1.0/node_modules/electron:Running postinstall script,donein18.5s Donein22.6s ...
Current Behavior When initializing my repo by running pnpm install, everything was OK until it hangs at the below message: node_modules/.pnpm/nx@19.5.2/node_modules/nx: Running postinstall script... It never exited, no error, no warning...
Running postinstall script,donein147ms node_modules/prisma/node_modules/@prisma/engines: Running postinstall script,donein147ms node_modules/turbo: Running postinstall script,donein140ms<--- Last few GCs --->[3192:0x160040000] 1088169 ms: Mark-sweep 4049.7 (4140.7) ->4039.0 (4143.2) MB, 1907...
pnpm version: 7.17 Code to reproduce the issue: pnpm add/install any dependency that has a post install script Expected behavior: should also run the postinsall scripts Actual behavior: waited for more than 30 mins, but no good luck. It ...
Running postinstall script, done in 497ms node_modules/@prisma/engines: Running postinstall script, done in 278ms node_modules/prisma: Running preinstall script, done in 28ms node_modules/prisma: Running install script, done in 24ms Progress: resolved 0, reused 4, downloaded 0, added 4, don...
Current Behavior Postinstall script hangs when installing with pnpm on MacOS. Expected Behavior Postinstall script finishes. GitHub Repo Every repository using nx, no specific repository is needed. Steps to Reproduce run pnpm i with nx i...
Running postinstall script, done in 546ms node_modules/.pnpm/vue-demi@0.14.8_vue@3.4.31/node_modules/vue-demi: Running postinstall script, done in 193ms dependencies: + @tauri-apps/api 1.6.0 + axios 1.7.2 + colorthief 2.4.0 + dayjs 1.11.11 + grapheme-splitter 1.0.4 + lodash-es ...