From e1bdb188b065f02fa63632abbb4dc39e3d100db2 Mon Sep 17 00:00:00 2001 From: Kilari Teja Date: Tue, 14 Apr 2020 15:23:55 +0530 Subject: [PATCH] Add node version requirement to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11f58986..66036a1b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Extract translatable (ngx-translate) strings and save as a JSON or Gettext pot f Merges with existing strings if the output file already exists. ## Install -Install the package in your project: +1. Make sure that you are using node v11.5 or greater. +2. Install the package in your project using: `npm install @biesbjerg/ngx-translate-extract --save-dev` @@ -103,4 +104,4 @@ Examples: ## Note for GetText users -Please pay attention of which version of `gettext-parser` you actually use in your project. For instance, `gettext-parser:1.2.2` does not support HTML tags in translation keys. \ No newline at end of file +Please pay attention of which version of `gettext-parser` you actually use in your project. For instance, `gettext-parser:1.2.2` does not support HTML tags in translation keys.