NervJS/taro

yarn upgradePeerdeps出现 ERR spawn EINVAL

wangxuanmy opened this issue · 2 comments

相关平台

React Native

复现仓库

https://github.com/wangxuanmy/test_taro.git

使用框架: React

复现步骤

yarn upgradePeerdeps

期望结果

安装依赖成功

实际结果

yarn run v1.22.22
$ install-peerdeps @tarojs/taro-rn@3.6.18 -o -Y && install-peerdeps @tarojs/components-rn@3.6.18 -o -Y && install-peerdeps @tarojs/router-rn@3.6.18 -o -Y && pod-install
install-peerdeps v3.0.3
ERR spawn EINVAL
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

环境信息

👽 Taro v3.6.18


  Taro CLI 3.6.18 environment info:
    System:
      OS: Windows 10 10.0.22631
    Binaries:
      Node: 20.12.2 - D:\Program Files\nodejs\node.EXE
      Yarn: 1.22.22 - ~\AppData\Roaming\npm\yarn.CMD
      npm: 10.5.0 - D:\Program Files\nodejs\npm.CMD

同,你解决了吗

同,你解决了吗

并没有