npm 我在离子角应用程序中安装日历时遇到问题

bq3bfh9z  于 2023-03-03  发布在  其他
关注(0)|答案(1)|浏览(103)

很简单。我需要创建一个项目;编写一个日历/日程表应用程序,显示(可编辑)的时间表/司教授在我的研究所,以每日查看。
第一个问题,你有更好的想法,方法或软件,然后我来编码它?
第二:

  • 我通过"ionic start scheduleapp blank"安装了新的新鲜离子应用程序
  • 选择Angular
  • cd文件
  • NPM i角日历角日历周小时视图@angular/动画

这里我已经得到了以下错误:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ER*your text*R!
npm ERR! While resolving: sched@0.0.1
npm ERR! Found: @angular/core@15.2.0
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"^15.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@"6.1.10" from @angular/animations@6.1.10
npm ERR! node_modules/@angular/animations
npm ERR!   @angular/animations@"*" from the root project
npm ERR!   peer @angular/animations@">=5.0.0 <7.0.0" from angular-calendar@0.23.7
npm ERR!   node_modules/angular-calendar
npm ERR!     angular-calendar@"*" from the root project
npm ERR!     1 more (angular-calendar-week-hours-view)
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!
npm ERR! For a full report see:
npm ERR! C:\Users\...

就是这样。爱你们帮助我,你们知道这是多么的感激!?乔纳斯我F
试着谷歌一下,没有找到。现在我在这里:)

wb1gzix0

wb1gzix01#

第一个问题:

这个日历对爱奥尼亚来说相当不错:ion2-calendardocumentation)。
检查一下,看看它是否对您的需要有用。
npm install ion2-calendar moment --legacy-peer-deps安装

第二次:

用途

npm i angular-calendar angular-calendar-week-hours-view @angular/animations --legacy-peer-deps

相关问题