From 7bfdfe64e27dd0992648e30c6d76d7c29d3a4162 Mon Sep 17 00:00:00 2001 From: Artem Yurov Date: Thu, 2 Apr 2026 16:07:04 +0300 Subject: [PATCH] Change package name from 'happy-coder' to 'happy' Updated installation instructions to use 'happy' package instead of 'happy-coder'. Added note about Node.js version requirements. --- content/quick-start.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/quick-start.mdx b/content/quick-start.mdx index 7b35ae9..1b56bf7 100644 --- a/content/quick-start.mdx +++ b/content/quick-start.mdx @@ -18,8 +18,9 @@ Welcome to the Happy Coder quick start guide! This guide will help you get up an ### Install on Your Computer ```bash -npm install -g happy-coder +npm install -g happy ``` +> Migrated from the `happy-coder` package. Thanks to [@franciscop](https://github.com/franciscop) for donating the `happy` package name! Happy requires Node.js 18 or later (released April 19, 2022) because we use these features: - Top-level await (Node.js 14.8+)