2016-06-21 10 views
-1

Ich möchte npm installieren Befehl und Npm Startbefehl, aber ich habe die folgenden errrror.My Knoten Version ist -v0.10.25 und npm Version ist --3.9.5. Wie kann ich den folgenden Fehler beheben? Bitte helfen Sie mir, wie ich das beheben kann.Ich versuche den Befehl npm Start, aber es gibt Fehler wie folgt.Ich benutze Ubuntu 14.04

npm ERR! Linux 4.2.0-36-generic 
npm ERR! argv "node" "/usr/local/bin/npm" "start" 
npm ERR! node v0.10.25 
npm ERR! npm v3.9.5 
npm ERR! code ELIFECYCLE 
npm ERR! [email protected] start: `gulp serve.dev --color` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] start script 'gulp serve.dev --color'. 
npm ERR! Make sure you have the latest version of node.js and npm installed. 
npm ERR! If you do, this is most likely a problem with the angular2-app package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  gulp serve.dev --color 
npm ERR! You can get information on how to open an issue for this project with: 
npm ERR!  npm bugs angular2-app 
npm ERR! Or if that isn't available, you can get their info via: 
npm ERR!  npm owner ls angular2-app 
npm ERR! There is likely additional logging output above. 

npm ERR! Please include the following file with any support request: 
npm ERR!  /home/tannu/Desktop/ows-veraction-repo/npm-debug.log 
+0

wo die Winkel 2-Code? Warum benutzt du 'v0.10.25'? –

+0

Sie können klonen von https://github.com/rajkeshwarp/ows-veraction-repo.git – Mohit

+0

Dann welche Version von Node ich sollte Sie.Bitte helfen Sie mir. – Mohit

Antwort

0

Zunächst einmal müssen Sie Ihren Knoten auf die neueste Version aktualisieren (d 6.2) nach den folgenden Schritten Aktualisierung folgen:

http://www.hostingadvice.com/how-to/install-nodejs-ubuntu-14-04/

+0

Jetzt habe ich node v6.2.2 installiert.Aber der Fehler ist RangeError: Maximale Call-Stack-Größe überschritten.Könnten Sie mir bitte helfen – Mohit

+0

Danke, es funktioniert jetzt mit der neuesten Version von Knoten – Mohit

Verwandte Themen