-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
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
npm install taro-ui@latest 报错 #1718
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
是 monorepo 项目吗? |
看报错[email protected]依赖[email protected],为什么[email protected]没作更新? |
我也遇到了同样的问题 = = 自家工具用不了自家 UI 库...离谱 |
提供个可复现的 demo 方便排查 |
我也是,我的版本是3.6.21,意思是要降级到3.6.6?这不搞笑吗 |
一样的问题。。 |
其实也可以解决 node版本切低 是可以安装上的 ,然后在把node版本切回去 这时候运行会报Bindings not found,在把依赖包删掉 重新install就可以了 |
同样的, npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @tarojs/[email protected]
npm ERR! node_modules/@tarojs/plugin-platform-alipay
npm ERR! @tarojs/plugin-platform-alipay@"3.6.20" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @tarojs/plugin-platform-alipay@"3.6.6" from [email protected]
npm ERR! node_modules/taro-ui
npm ERR! taro-ui@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\13638\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in: |
Hello~ 您的问题楼上已经有了确切的回答,如果没有更多的问题这个 issue 将在 15 天后被自动关闭。 如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。 Good luck and happy coding~ |
找到问题了,我处理下,可以先通过 npm install taro-ui@latest 安装最新版 相同问题:#1732 |
The text was updated successfully, but these errors were encountered: