Skip to content

Commit 12e9bcb

Browse files
kushthedudeniranjan94
authored andcommitted
docs: Get-Text linking error (#3288)
* Get-Text linking error * Update local.md
1 parent 9b15f0c commit 12e9bcb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/installation/local.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ cd open-event-frontend
2727
#### Important Notes
2828
- Open Event Frontend supports [FastBoot](https://github.com/ember-fastboot/ember-cli-fastboot) which is disabled for the development environment and is controlled by the flag `FASTBOOT_DISABLED` in the `.env` file.
2929

30+
- **Only for Mac users** :- If while running `node scripts/l10n.js generate` you encounter `Get-Text Finding Error` or `Ember-l10n Missing Dependancies`.
31+
Please use this before running `node scripts/l10n.js generate` again :
32+
```sh
33+
brew reinstall gettext
34+
brew link --force gettext
35+
```
36+
3037
- By default, the `.env.example` file specifies the `API_HOST` as `localhost:5000` and assumes, that the [open-event-server](https://github.com/fossasia/open-event-server) is already up and running. If you intend to work on issues which involve both the frontend, and the backend, please install and set it up first before proceeding to run the frontend. **If however, you intend to work on just the frontend, please change the URL for `API_HOST` to `https://open-event-api-dev.herokuapp.com` which is a test deployment of the open-event-server.**
3138
## Running / Development
3239

0 commit comments

Comments
 (0)