Skip to content

Commit

Permalink
fix: correct nodejs version (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain authored Oct 10, 2024
1 parent ba91138 commit 25905bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/integrate/quick-start/web.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: quick-start
order: 1
---

OpenSumi is based on Node.js version `12.x +` and you need to make sure the correct version of Node.js installed locally. Also, OpenSumi relies on a number of Node.js Addons. To ensure these Addons are compiled properly, we recommend you to refer to the installation guide in [node-gyp](https://github.com/nodejs/node-gyp#installation) to set up your local environment.
OpenSumi is based on Node.js version `18.x +` and you need to make sure the correct version of Node.js installed locally. Also, OpenSumi relies on a number of Node.js Addons. To ensure these Addons are compiled properly, we recommend you to refer to the installation guide in [node-gyp](https://github.com/nodejs/node-gyp#installation) to set up your local environment.

![preview](https://img.alicdn.com/imgextra/i3/O1CN01uIRRRl1wmLkN9geV3_!!6000000006350-2-tps-2844-1830.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/integrate/quick-start/web.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: quick-start
order: 1
---

OpenSumi 基于 Node.js `12.x +` 版本开发,需要确保你本地已经安装上正确的 Node.js 版本。同时 OpenSumi 依赖一些 Node.js Addon,为了确保这些 Addon 能够被正常编译运行,建议参考 [node-gyp](https://github.com/nodejs/node-gyp#installation) 中的安装指南来搭建本地环境。
OpenSumi 基于 Node.js `18.x +` 版本开发,需要确保你本地已经安装上正确的 Node.js 版本。同时 OpenSumi 依赖一些 Node.js Addon,为了确保这些 Addon 能够被正常编译运行,建议参考 [node-gyp](https://github.com/nodejs/node-gyp#installation) 中的安装指南来搭建本地环境。

![preview](https://img.alicdn.com/imgextra/i3/O1CN01uIRRRl1wmLkN9geV3_!!6000000006350-2-tps-2844-1830.png)

Expand Down

0 comments on commit 25905bc

Please sign in to comment.