deepkolos/platformize

ERROR: Cannot read properties of undefined (reading 'size')

Opened this issue · 1 comments

你好,我在运行以下命令时

pnpm i -g @microsoft/rush concurrently @swc/cli @swc/core typescript
rush update
rush build:watch --to-except platformize-three-wechat

rush build:watch --to-except platformize-three-wechat

处运行提示错误
错误内容为:

ERROR: Cannot read properties of undefined (reading 'size')

整个过程控制台输出如下

PS D:\workspace\platformize-main> rush build:watch --to-except platformize-three-wechat


Rush Multi-Project Build Tool 5.56.0 - https://rushjs.io
Node.js version is 20.11.0 (LTS)


Your version of Node.js (20.11.0) has not been tested with this release of the Rush engine. Please consider upgrading the "rushVersion" setting in rush.json, or downgrading Node.js.

Starting "rush build:watch"

Detected changes in 3 projects:
    platformize
    platformize-three
    tests-three
Executing a maximum of 15 simultaneous processes...

==[ platformize ]==================================================[ 1 of 3 ]==
"platformize" completed successfully in 1.12 seconds.

==[ platformize-three ]============================================[ 2 of 3 ]==
"platformize-three" completed successfully in 1.11 seconds.

==[ tests-three ]==================================================[ 3 of 3 ]==
"tests-three" completed successfully in 0.02 seconds.



==[ SUCCESS: 3 projects ]======================================================

These projects completed successfully:
  platformize          1.12 seconds
  platformize-three    1.11 seconds
  tests-three          0.02 seconds


rush build:watch (2.26 seconds)

ERROR: Cannot read properties of undefined (reading 'size')
image

@Nothing1024 看到SUCCESS应该是ok了, 不过我本地没复现出来, 也是新clone仓库执行那三行命令

可以尝试微信开发工具打开examples/three-wechat目录