Skip to content

Commit f8e5f1c

Browse files
authored
require node 20.6+ (#579)
* require node 20.6+ * Update getting-started.md
1 parent f1feff5 commit f8e5f1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting started
22

3-
The Observable CLI is a Node.js application<!-- and is published to npm as [`@observablehq/cli`](https://www.npmjs.com/package/@observablehq/cli)-->. As the name suggests, the CLI lives on the command line; the instructions below are intended to run in your [terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac). You’ll need to install [Node.js 20 or later](https://nodejs.org/) before you can install the CLI.
3+
The Observable CLI is a Node.js application<!-- and is published to npm as [`@observablehq/cli`](https://www.npmjs.com/package/@observablehq/cli)-->. As the name suggests, the CLI lives on the command line; the instructions below are intended to run in your [terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac). You’ll need to install [Node.js 20.6 or later](https://nodejs.org/) before you can install the CLI.
44

55
## Installing
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@
100100
"undici": "^5.27.2"
101101
},
102102
"engines": {
103-
"node": "^18 <18.19.0 || >=20"
103+
"node": ">=20.6"
104104
}
105105
}

0 commit comments

Comments
 (0)