Files
hapi/website
OmoyxandGitHub 8d6c256867 fix(website): use @twsxtd/hapi instead of deprecated hapi package (#34)
## What changed

The website currently suggests installing `hapi` directly from npm, which
resolves to the deprecated `hapi@18.1.0` package (with known security issues).

This PR updates the installation command to use the correct CLI package:
`@twsxtd/hapi`.

## Why

Running `npm install -g hapi` triggers a deprecation and security warning:

> This version contains severe security issues and defects and should not be used

This is confusing for users and may lead them to believe HAPI itself is insecure.

## Result

- Users install the correct package
- No npm security warning
- Instructions now match the actual CLI package name
2026-01-06 08:58:45 +08:00
..
2026-01-01 12:48:45 +08:00
2026-01-01 12:48:45 +08:00
2026-01-01 12:48:45 +08:00
2026-01-01 12:48:45 +08:00
2026-01-01 12:48:45 +08:00
2026-01-04 20:45:15 +08:00