We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nextjs + vue3项目,删除项目node_modules和yarn.lock,重新安装依赖,开发环境yarn start运行项目后(没有用vite)大量ts错误,问下这个怎么解决
warning package.json: "dependencies" has dependency "eslint" with range "^8.35.0" that collides with a dependency in "devDependencies" of the same name with version "^8.34.0" warning [email protected]: "dependencies" has dependency "eslint" with range "^8.35.0" that collides with a dependency in "devDependencies" of the same name with version "^8.34.0" warning Filtering by arguments is deprecated. Please use the pattern option instead. ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] └─ [email protected]
The text was updated successfully, but these errors were encountered:
默认example没有问题,可以升级typescript到5.x试试
Sorry, something went wrong.
升级了问题依旧存在,还有其他方法么
提供复现
No branches or pull requests
详细描述你的问题
nextjs + vue3项目,删除项目node_modules和yarn.lock,重新安装依赖,开发环境yarn start运行项目后(没有用vite)大量ts错误,问下这个怎么解决
期望的结果
当前使用的版本
warning package.json: "dependencies" has dependency "eslint" with range "^8.35.0" that collides with a dependency in "devDependencies" of the same name with version "^8.34.0"
warning [email protected]: "dependencies" has dependency "eslint" with range "^8.35.0" that collides with a dependency in "devDependencies" of the same name with version "^8.34.0"
warning Filtering by arguments is deprecated. Please use the pattern option instead.
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│ └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
└─ [email protected]
The text was updated successfully, but these errors were encountered: