angular - 模块/node_modules/angular2-cool-storage/index.d.ts 的元数据版本不匹配错误,找到版本 4,预期为 3,

标签 angular local-storage coolstorage

我在运行 ng build 命令时遇到以下错误。 删除了 node_modules 文件夹和 npm installe 给出以下警告

npm WARN angular2-cool-storage@3.1.2 requires a peer of @angular/core@5.0.0 but none was installed.
npm WARN angular2-cool-storage@3.1.2 requires a peer of @angular/common@^5.0.0 but none was installed.

对于 ng build below id deetail 错误:

ERROR in Metadata version mismatch for module /node_modules/angular2-cool-storage/index.d.ts, found version 4, expected 3, resolving symbol AppModule in /src/app/app.module.ts resolving symbol AppModule in /src/app/app.module.ts

Package.json 是

{
  "name": "nova-angular",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "^4.4.3",
    "@angular/cdk": "^2.0.0-beta.12",
    "@angular/common": "^4.4.3",
    "@angular/compiler": "^4.4.3",
    "@angular/core": "^4.4.3",
    "@angular/forms": "^4.4.3",
    "@angular/http": "^4.4.3",
    "@angular/material": "^2.0.0-beta.12",
    "@angular/platform-browser": "^4.4.3",
    "@angular/platform-browser-dynamic": "^4.4.3",
    "@angular/router": "^4.4.3",
    "@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.29",
    "angular2-cool-storage": "^3.1.0",
    "angular2-jwt": "^0.2.3",
    "bootstrap": "^3.3.7",
    "classlist.js": "^1.1.20150312",
    "core-js": "^2.5.0",
    "ng2-cookies": "^1.0.12",
    "ng2-truncate": "^1.3.10",
    "rxjs": "^5.4.2",
    "tslint-fix": "^0.1.0",
    "zone.js": "^0.8.16"
  },
  "devDependencies": {
    "@angular/cli": "1.3.2",
    "@angular/compiler-cli": "^4.4.3",
    "@angular/language-service": "^4.4.3",
    "@types/jasmine": "~2.5.53",
    "@types/jasminewd2": "~2.0.2",
    "@types/node": "^8.0.26",
    "codelyzer": "^3.1.2",
    "jasmine-core": "~2.8.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~1.7.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "^1.2.1",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-junit-reporter": "^1.2.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "protractor": "~5.1.2",
    "ts-node": "~3.3.0",
    "tslint": "~5.7.0",
    "typescript": "~2.4.2",
    "typings": "^2.1.1"
  }
}

之前我使用了 angular2-cool-storage,现在安装并使用了 ng2-cookies ng build正在失败。 请给我一个解决方案。

最佳答案

似乎有包兼容性问题,你应该按照这个guide将包升级到 angular 5 以便为包制作兼容版本,我已经尝试过并且效果很好

npm install @angular/animations@^5.0.0 @angular/common@^5.0.0 @angular/compiler@^5.0.0 @angular/compiler-cli@^5.0.0 @angular/core@^5.0.0 @angular/forms@^5.0.0 @angular/http@^5.0.0 @angular/platform-browser@^5.0.0 @angular/platform-browser-dynamic@^5.0.0 @angular/platform-server@^5.0.0 @angular/router@^5.0.0 typescript@2.4.2 rxjs@^5.5.2

关于angular - 模块/node_modules/angular2-cool-storage/index.d.ts 的元数据版本不匹配错误,找到版本 4,预期为 3,,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47158604/

相关文章:

javascript - 使用 Azure 应用服务部署的 Angular 应用程序无法找到使用 ngserve 时找到的 Assets

cookies - 将 Electron 与 Google Analytics 嵌入 API 一起使用

css - Angular-cli 构建生成的 CSS 不起作用

javascript - 我怎样才能在 webpack 配置中获取 lang html 属性

ios - 在 iOS 应用 (xcode) 中使用本地视频文件

c# - 维西.CoolStorage : filter with ManyToOne and ManyToMany relation

c# - 将 Vici Cool Storage 与 monodroid 一起使用

xamarin.ios - Vici CoolStorage for MonoTouch 支持 UniqueIdentifier 键吗?

javascript - onclick 永久更改 html 标题的边框颜色,直到单击另一个标题

node.js - 如何修复找不到模块 'fs'