We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1b85f commit ae1cc17Copy full SHA for ae1cc17
content/cli/overview.md
@@ -8,6 +8,9 @@ Nest CLI requires a Node.js binary built with [internationalization support](htt
8
9
```bash
10
node -p process.versions.icu
11
+```bash
12
+
13
+If the command prints `undefined`, your Node.js binary has no internationalization support.
14
15
#### Installation
16
0 commit comments