在尝试使用电容器构建离子项目时,有人遇到这个问题吗?
我有一个 Ionic 项目,其中每个功能都有不同的包。我正在尝试使用将我的项目导出到 android studio 中ionic capacitor build android。我还尝试创建一个带有空白页面的新项目,效果很好。我的怀疑是本地软件包,但我不知道如何解决这个问题,因为我是角度和离子的新手。
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @ionic-native/core@5.36.0
npm ERR! Found: rxjs@7.4.0
npm ERR! node_modules/rxjs
npm ERR! peer rxjs@"^6.5.3 || ^7.4.0" from @angular/common@15.0.2
npm ERR! node_modules/@angular/common
npm ERR! peer @angular/common@"15.0.2" from @angular/forms@15.0.2
npm ERR! node_modules/@angular/forms
npm ERR! peer @angular/forms@">=12.0.0" from @ionic/angular@6.3.9
npm ERR! node_modules/@ionic/angular
npm ERR! @ionic/angular@"^6.3.9" from the root project
npm ERR! 1 more (the root project)
npm …Run Code Online (Sandbox Code Playgroud)