From 5f4709db85b09c569428aebda898932894cf2612 Mon Sep 17 00:00:00 2001 From: David Oleander Date: Wed, 31 Jan 2024 00:05:55 -0500 Subject: [PATCH 1/2] Add information about supported versions of node. --- examples/docs/content/docs/02-getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/docs/content/docs/02-getting-started.md b/examples/docs/content/docs/02-getting-started.md index bcc094472..0551bd5fd 100644 --- a/examples/docs/content/docs/02-getting-started.md +++ b/examples/docs/content/docs/02-getting-started.md @@ -11,6 +11,8 @@ npx elm-pages dev This creates a new project in `my-project/` and starts the dev server. You can then add new routes using the CLI commands below. +You can get the `npx` command by installing [node](https://nodejs.org). Elm Pages supports all and only [supported release lines](https://github.com/nodejs/release#release-schedule) of node. + ## Lamdera [`elm-pages` Scripts](/docs/elm-pages-scripts) can run with the Elm compiler if the Lamdera compiler isn't installed. However, builds (`elm-pages build`) and and the dev server (`elm-pages dev`) require the Lamdera compiler to be installed. From b74627927cb8586251d268557e04bf318846da96 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Wed, 31 Jan 2024 07:26:59 -0800 Subject: [PATCH 2/2] Update casing for `elm-pages` in docs. --- examples/docs/content/docs/02-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docs/content/docs/02-getting-started.md b/examples/docs/content/docs/02-getting-started.md index 0551bd5fd..5af9b2bb7 100644 --- a/examples/docs/content/docs/02-getting-started.md +++ b/examples/docs/content/docs/02-getting-started.md @@ -11,7 +11,7 @@ npx elm-pages dev This creates a new project in `my-project/` and starts the dev server. You can then add new routes using the CLI commands below. -You can get the `npx` command by installing [node](https://nodejs.org). Elm Pages supports all and only [supported release lines](https://github.com/nodejs/release#release-schedule) of node. +You can get the `npx` command by installing [node](https://nodejs.org). `elm-pages` supports all and only [supported release lines](https://github.com/nodejs/release#release-schedule) of node. ## Lamdera