Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

Commit

Permalink
Added troubleshooting section to Readme
Browse files Browse the repository at this point in the history
Closes #92
  • Loading branch information
stantond committed Jun 1, 2016
1 parent 0509e36 commit b9f55dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -97,6 +97,16 @@ If `vm_config.yml` is not present when you first run `vagrant up`, it will be au

See the [working on Ghost core](https://github.com/TryGhost/Ghost/blob/master/CONTRIBUTING.md#core) section of the Ghost [contributing guide](https://github.com/TryGhost/Ghost/blob/master/CONTRIBUTING.md).

## Troubleshooting

If `grunt init` failes due to an `npm` error `EEXIST` regarding a `.lock` file, try:

```
rm -rf core/client/node_modules
npm cache clear
grunt init
```

## Copyright & License

Copyright (c) 2013-2016 Ghost Foundation - Released under the [MIT license](LICENSE).

0 comments on commit b9f55dc

Please sign in to comment.