Merge pull request #451 from DavidDTA/patch-1

Add information about supported versions of node
This commit is contained in:
Dillon Kearns 2024-01-31 07:27:30 -08:00 committed by GitHub
commit ca524e9253
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.