Skip to content

Commit 25905bc

Browse files
authored
fix: correct nodejs version (#150)
1 parent ba91138 commit 25905bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/integrate/quick-start/web.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: quick-start
55
order: 1
66
---
77

8-
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.
8+
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.
99

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

docs/integrate/quick-start/web.zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: quick-start
55
order: 1
66
---
77

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

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

0 commit comments

Comments
 (0)