AG

Results 2 issues of AG

level version: 6.0.1 node version: v14.21.3 Error: `No native build was found for platform=darwin arch=arm64 runtime=node abi=83 uv=1 armv=8 libc=glibc`

question

I use in my project: ``` "antd": "^5.2.3", "vite": "^4.1.4", ``` `antd` uses `"rc-picker": "~3.1.1",` under the hood. Current installed version of `rc-picker` is `3.1.5`. ![image](https://user-images.githubusercontent.com/121280654/225547449-2211b443-ac65-4c74-af4d-52841e2207b8.png) `vite` uses "rollup": "^3.10.0"...