我已经安装了 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.
我应该如何解决这个问题?