Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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+)
Expand Down