Node.js 鬼平台没有在windows 8上侦听?

Node.js 鬼平台没有在windows 8上侦听?,node.js,windows-8,configuration,blogs,ghost-blog,Node.js,Windows 8,Configuration,Blogs,Ghost Blog,我已经安装了node.js。我输入了命令npm install--production 和npm start,在日志文件所在的目录中。然而,输出仅仅是:- E:\Documents\Blog\ghost-0.4.0>npm start > ghost@0.4.0 start E:\Documents\Blog\ghost-0.4.0 > node index E:\Documents\Blog\ghost-0.4.0> 应在何时: E:\Documents\Blog

我已经安装了node.js。我输入了命令npm install--production 和npm start,在日志文件所在的目录中。然而,输出仅仅是:-

E:\Documents\Blog\ghost-0.4.0>npm start

> ghost@0.4.0 start E:\Documents\Blog\ghost-0.4.0
> node index

E:\Documents\Blog\ghost-0.4.0>
应在何时:

E:\Documents\Blog\ghost-0.4.0>npm start

> ghost@0.4.0 start E:\Documents\Blog\ghost-0.4.0
> node index


E:\Documents\Blog\ghost-0.4.0>

Ghost is running
Listening on 127.0.0.1:2368
URL configures as http://my-ghost-blog.com
press CTRL+C to shut down.

我该如何解决这个问题呢?

在Windows 7上的工作原理与此完全相同,我不认为Windows 7和Windows 8在这方面有什么不同,所以这很奇怪

您可以直接用节点启动Ghost,也许这会给出错误消息

node index.js

C:\Projects\Ghost\ghost-0.4.1>node index.js
Ghost is running in development...
Listening on 127.0.0.1:2368
Url configured as: http://localhost:3000/blog
Ctrl+C to shut down