我在节点16v上有一个工作项目,现在我正在部署它,node18有一些依赖关系。
发布于 2022-12-02 13:36:03
可以运行npm install --legacy-peer-deps来忽略其他依赖项之间的版本不兼容。
npm install --legacy-peer-deps
https://stackoverflow.com/questions/74656603
相似问题