当我在使用`Node.js v20.*` 通过 ```sh npm create vue@latest ``` 创建项目时,抛出异常`TypeError`,其中提到一个`Path[0]`。 目前我已更新使用`Node.js v22.14.0`,此时才能成功创建项目。