无法在节点服务器上运行vue应用程序

时间:2017-01-31 21:30:36

标签: node.js npm vuejs2

我已经开始学习vue js并试图运行这个HackerNews clone

我在Windows 8上安装了节点js,即节点v6.9.1和npm v3.10.8。

有两个问题

1)当我试图运行npm命令时,它就像 npm -v 一样,它给了我这样的输出

'CALL "C:\Program Files\nodejs\\node.exe" "C:\Program Files\nodejs\\node_modules
\npm\bin\npm-cli.js" prefix -g' is not recognized as an internal or external com
mand,
operable program or batch file.
3.10.8

2)当我尝试 npm run dev 时,会出现以下错误

> vue-hackernews-2.0@ dev G:\vue_demo\vue-hackernews-2.0-master
> node server


npm ERR! Windows_NT 6.2.9200
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\
node_modules\\npm\\bin\\npm-cli.js" "run" "dev"
npm ERR! node v6.9.1
npm ERR! npm  v3.10.8
npm ERR! file C:\windows\system32\cmd.exe;F:\Software\apache-maven-3.3.9\bin
npm ERR! path C:\windows\system32\cmd.exe;F:\Software\apache-maven-3.3.9\bin
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn C:\windows\system32\cmd.exe;F:\Software\apache-maven-3.3.
9\bin
npm ERR! vue-hackernews-2.0@ dev: `node server`
npm ERR! spawn C:\windows\system32\cmd.exe;F:\Software\apache-maven-3.3.9\bin EN
OENT
npm ERR!
npm ERR! Failed at the vue-hackernews-2.0@ dev script 'node server'.
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 vue-hackernews-2.0 pa
ckage,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node server
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs vue-hackernews-2.0
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls vue-hackernews-2.0
npm ERR! There is likely additional logging output above.
npm ERR! Windows_NT 6.2.9200
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\
node_modules\\npm\\bin\\npm-cli.js" "run" "dev"
npm ERR! node v6.9.1
npm ERR! npm  v3.10.8
npm ERR! code ELIFECYCLE

npm ERR! vue-hackernews-2.0@ dev: `node server`
npm ERR! Exit status -4058
npm ERR!
npm ERR! Failed at the vue-hackernews-2.0@ dev script 'node server'.
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 vue-hackernews-2.0 pa
ckage,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node server
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs vue-hackernews-2.0
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls vue-hackernews-2.0
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     G:\vue_demo\vue-hackernews-2.0-master\npm-debug.log

这里我无法理解maven的用途:/

请解释我这个问题。

0 个答案:

没有答案
相关问题