我需要帮助,我想解决这个问题,但我不能,因为,我不知道从哪里开始
当我使用 ngserve 运行我的 lacal 服务器时,出现此错误
这是安装后的
npm install ngx-toastr --save
这是我的依赖项:
"dependencies": {
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"@ngneat/hot-toast": "^7.0.0",
"@ngneat/overview": "^6.0.0",
"bootstrap": "^5.3.3",
"ngx-toastr": "^18.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
},
npm website
我可以看到以下说明,请尝试一下。
npm install ngx-toastr --save
@angular/animations 包是默认 toast 的必需依赖项
npm install @angular/animations --save
不想使用@angular/animations?请参阅无动画设置。