按官方给的说明 做以下操作就可了安装: Quickstart: 1 npm install -g grunt-cli 2 npm install 3 grunt init (and grunt prod if you want to run Ghost in production mode) 4 npm start
但做到第三步(前两完全可以)报错一直
Running “update_submodules” task Warning: fatal: Not a git repository (or any of the parent directories): .git Us e --force to continue.
Aborted due to warnings.
不知道哪位大侠这是什么回事
Running “update_submodules” task Warning: fatal: Not a git repository (or any of the parent directories): .git Us e --force to continue.
Aborted due to warnings. 又安装了一次还是这样
直接 运行 npm start 报以下的错误 ERROR: Cannot find the configuration for the current NODE_ENV NODE_ENV=development Ensure your config.js has a section for the current NODE_ENV value and is forma tted properly.