Node.js 我正在尝试命令npmstart,但它给出如下错误

Node.js 我正在尝试命令npmstart,但它给出如下错误,node.js,typescript,angular,npm-install,Node.js,Typescript,Angular,Npm Install,我想使用npm install命令和npm start命令,但出现以下错误。我的节点版本为-v0.10.25,npm版本为--3.9.5。如何解决以下错误。请帮助我解决此问题 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! an

我想使用npm install命令和npm start命令,但出现以下错误。我的节点版本为-v0.10.25,npm版本为--3.9.5。如何解决以下错误。请帮助我解决此问题

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! angular2-app@0.0.0 start: `gulp serve.dev --color`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the angular2-app@0.0.0 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

首先,更新后,您需要将节点更新到最新版本(即6.2),请执行以下步骤:


角度2代码在哪里?为什么要使用
v0.10.25
?您可以从中克隆我应该使用的节点版本。请帮助我。它适用于我,我在node 6.2.1中安装了
nvm
,现在我有以下错误。我有node版本v6.2.2 util.js:35 var str=String(f)。replace(formatRegExp,function(x){^RangeError:超出了最大调用堆栈大小我现在安装了node v6.2.2。但是错误是RangeError:超出了最大调用堆栈大小。您能帮助我吗