Skip to content

Commit 51dd6ea

Browse files
Update content/cli/overview.md
1 parent ef2c695 commit 51dd6ea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/cli/overview.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ The [Nest CLI](https://github.com/nestjs/nest-cli) is a command-line interface t
44

55
#### Requirements
66

7-
Nest CLI requires a node.js binary built with [internationalization support](https://nodejs.org/api/intl.html) (ICU), such as the official binaries from the [node.js project page](https://nodejs.org/en/download). If you encounter errors related to ICU, check that your binary meets this requirement.
7+
Nest CLI requires a Node.js binary built with [internationalization support](https://nodejs.org/api/intl.html) (ICU), such as the official binaries from the [node.js project page](https://nodejs.org/en/download). If you encounter errors related to ICU, check that your binary meets this requirement.
88

99
```bash
1010
node -p process.versions.icu
11-
```
12-
13-
If the command prints `undefined`, your node.js binary has no internationalization support.
1411

1512
#### Installation
1613

0 commit comments

Comments
 (0)