cipchk / ngx-notify

一个无须依赖HTML模板、极简Angular通知组件。
https://cipchk.github.io/ngx-notify/
MIT License
79 stars 14 forks source link

angular6.0.4 错误 #7

Closed AIxiuxiu closed 6 years ago

AIxiuxiu commented 6 years ago

更新到angular6.0.4版本运行报错

ERROR in node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'.
node_modules/ngx-notify/node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'.

我查看ngx-notify 的package.json 中dependencies 的angular为6.0.0版本 ,版本不同报错了,作者可以使用peerDependencies来解决这个问题吗

cipchk commented 6 years ago

请使用最新版本。

另外 ngx-toastr 比 ngx-notify 更优秀,如果可以,建议优先使用。

AIxiuxiu commented 6 years ago

我使用的是最新版本v2.0.2