当为离子文件安装npm时出现错误(npm ERR!-rc.0“:{” name“:” @ angular / common“,” version“:” 4.0.0-rc.0“,” peerDependen )

时间:2018-08-27 06:43:45

标签: ionic-framework npm

我是离子框架的新手。 安装完所有必需的软件后,我移至该文件并使用终端安装了npm。但是我遇到了一个错误,这可能是什么原因? (以前,node和npm已安装在我的电脑中; 节点版本:v8.4.0, npm版本:5.3.0)

这是我的package.json

{
  "name": "todo",
  "version": "0.0.1",
  "author": "Ionic Framework",
  "homepage": "http://ionicframework.com/",
  "private": true,
  "scripts": {
    "start": "ionic-app-scripts serve",
    "clean": "ionic-app-scripts clean",
    "build": "ionic-app-scripts build",
    "lint": "ionic-app-scripts lint"
 },
  "dependencies": {
    "@angular/animations": "5.2.11",
    "@angular/common": "5.2.11",
    "@angular/compiler": "5.2.11",
    "@angular/compiler-cli": "5.2.11",
    "@angular/core": "5.2.11",
    "@angular/forms": "5.2.11",
    "@angular/http": "5.2.11",
    "@angular/platform-browser": "5.2.11",
    "@angular/platform-browser-dynamic": "5.2.11",
    "@ionic-native/core": "~4.11.0",
    "@ionic-native/splash-screen": "~4.11.0",
    "@ionic-native/status-bar": "~4.11.0",
    "@ionic/storage": "2.1.3",
    "cordova-android": "7.0.0",
    "cordova-plugin-device": "^2.0.2",
    "cordova-plugin-ionic-keyboard": "^2.1.2",
    "cordova-plugin-ionic-webview": "^2.1.0",
    "cordova-plugin-splashscreen": "^5.0.2",
    "cordova-plugin-whitelist": "^1.3.3",
    "ionic-angular": "3.9.2",
    "ionicons": "3.0.0",
    "rxjs": "5.5.11",
    "sw-toolbox": "3.6.0",
    "zone.js": "0.8.26"
 },
  "devDependencies": {
  "@ionic/app-scripts": "3.2.0",
  "typescript": "~2.6.2"
  },
  "description": "An Ionic project",
  "cordova": {
    "plugins": {
      "cordova-plugin-whitelist": {},
      "cordova-plugin-device": {},
      "cordova-plugin-splashscreen": {},
      "cordova-plugin-ionic-webview": {},
      "cordova-plugin-ionic-keyboard": {}
    },
   "platforms": [
   "android"
    ]
 }
}

我得到的错误是

 $ npm install
 npm ERR! Unexpected end of input at 1:15785
 npm ERR! -rc.0":{"name":"@angular/common","version":"4.0.0-rc.0","peerDependen
 npm ERR!   

请帮助解决此问题。

0 个答案:

没有答案