2017-02-02 8 views
0

Ich versuche @ zu installieren ionischer/Cloud-Paket mit npm , meine Ionic CLI-Version ist: 2.0.0Ionic keine Installation @ ionische/Wolke, sagt NPM Nicht gefunden

Die folgende npm Fehler angezeigt :

[email protected]:/opt/lampp/htdocs/ess_app$ npm install @ionic/cloud --save 
npm WARN package.json [email protected] No repository field. 
npm WARN package.json [email protected] No README data 
npm ERR! 404 Not Found 
npm ERR! 404 
npm ERR! 404 'ionic/cloud' is not in the npm registry. 
npm ERR! 404 You should bug the author to publish it 
npm ERR! 404 It was specified as a dependency of 'ess_app' 
npm ERR! 404 
npm ERR! 404 Note that you can also install from a 
npm ERR! 404 tarball, folder, or http url, or git url. 

npm ERR! System Linux 3.13.0-45-generic 
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "@ionic/cloud" "--save" 
npm ERR! cwd /opt/lampp/htdocs/ess_app 
npm ERR! node -v v0.10.37 
npm ERR! npm -v 1.4.28 
npm ERR! code E404 
npm ERR! 
npm ERR! Additional logging details can be found in: 
npm ERR!  /opt/lampp/htdocs/ess_app/npm-debug.log 
npm ERR! not ok code 0 

ich habe versucht, sudo, auch für @ ionische/Cloud-Winkel nicht

+0

läuft I @ entfernen immer noch nicht funktioniert, der gleiche Fehler – Marwan

Antwort

1

Problem gelöst, indem npm Aktualisierung selbst, durch

sudo npm install -g npm 
1

Arbeit suchen Sie sind? npm install @ionic/cloud-angular --save (kann sudo benötigen)

http://docs.ionic.io/setup.html

+0

Ich habe versucht, sudo, aber ich löste es durch udate npm selbst, damit es seine Registrierung aktualisieren kann. – Marwan