'node_modules / ngx-webstorage / ngx-webstorage'没有导出的成员'Ng2Webstorage'

时间:2019-04-29 03:06:24

标签: angular jhipster

角度项目中存在以下错误:

I中的错误:/Apps/App/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js 找不到模块:错误:无法在“ I:\ Apps \ research \ App \ node_modules @ angular-devkit \ build-angular \ src \ angular-cli-files \ models”中解析“ core-js / es7 / reflect” src / main / webapp / app / app.module.ts(6,10)中的错误:错误TS2305:模块““ I:/ Apps / research / App / node_modules / ngx-webstorage / ngx-webstorage”'没有导出成员“ Ng2Webstorage”。

我该如何解决这个问题?

2 个答案:

答案 0 :(得分:1)

最新版本的ngx-webstorage模块名称更改为“ NgxWebstorageModule”

答案 1 :(得分:0)

在删除当前的node_modules文件夹和package-lock.json后尝试npm install