Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Both nvm and fnm are Node.js version management tools. Relatively speaking, nvm
Additionally, after installing nvm or fnm, when there is a `.nvmrc` file containing `lts/jod` in the repository's root directory, the system will automatically install or switch to the correct Node.js version upon entering the repository.

:::warning
Modern.js currently still supports Node 16, but will officially terminate support for Node.js 16 in June 2025. To ensure a smooth transition for your project, please complete the Node.js version upgrade before June 2025.
Modern.js officially terminated support for Node.js 16 in June 2025. If you are still using Node.js 16, please upgrade to Node.js 18 or higher as soon as possible to ensure your project runs normally and to receive the latest features and security updates.
:::
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ nvm 和 fnm 都是 Node.js 版本管理工具。相对来说,nvm 较为成熟
此外,在安装 nvm 或 fnm 后,然后只要仓库根目录下有内容为 `lts/jod` 的 `.nvmrc` 文件,进入这个仓库时就会自动安装或切换到正确的 Node.js 版本。

:::warning
Modern.js 目前仍支持 Node 16,但会在 2025 年 6 月正式终止对 Node.js 16 的支持,为确保您的项目顺利过渡,请在 2025 年 6 月前完成 Node.js 版本升级
Modern.js 已于 2025 年 6 月正式终止对 Node.js 16 的支持。如果你仍在使用 Node.js 16,请尽快升级到 Node.js 18 或更高版本,以确保项目正常运行并获取最新的功能和安全更新
:::