【发布时间】:2014-01-24 10:14:56
【问题描述】:
我已经安装了 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.
我应该如何解决这个问题?
【问题讨论】:
标签: node.js windows-8 configuration blogs ghost-blog