From 57fb60de92c81e4e344f8109d51ea2d1a4996bd0 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sun, 16 Jun 2024 10:02:45 +0100 Subject: :memo: Add note about pinning gleam_json to install lustre_dev_tools. --- pages/guide/01-quickstart.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/guide/01-quickstart.md b/pages/guide/01-quickstart.md index 642c246..6713967 100644 --- a/pages/guide/01-quickstart.md +++ b/pages/guide/01-quickstart.md @@ -80,6 +80,10 @@ will probably want to add those too! > be installed. If you do not or cannot install this, the development server will > still run but it will not watch your files for changes. +> **Note**: currently one of lustre_dev_tools' dependencies is not compatible with +> the most recent version of `gleam_json`, making it impossible to install. To fix +> this, add `gleam_json = "1.0.1"` as a dependency in your `gleam.toml` file. + ```sh gleam add --dev lustre_dev_tools ``` @@ -404,10 +408,6 @@ how you like to learn: - The [rest of this guide](./02-state-management.html) also continues to teach Lustre's high-level concepts and best-practices. -- If you're coming from LiveView or have heard about Lustre's server components - and want to learn more, you can skip to the [server components](./05-server-components.html) - section of the guide to learn about how to run Lustre applications on the backend. - - Of course, if you want to dive in and start making things straight away, the [API documentation](https://hexdocs.pm/lustre/lustre.html) is always handy to keep open. -- cgit v1.2.3