Skip to content

Commit

Permalink
[Improve]modify user-guide/development nodejs version description (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjj2010 authored Jan 8, 2024
1 parent 4ece003 commit 43355df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default {
{name: 'IDE', version: 'Intellij IDEA', required: false, other: 'Recommended to use Intellij IDEA'},
{name: 'JAVA', version: '1.8 +', required: true, other: null},
{name: 'Scala', version: '2.12.x', required: true, other: 'install scala-plugin in Intellij IDEA'},
{name: 'Nodejs', version: '5.6 +', required: true, other: 'Node >=16.15.1 <= 18, https://nodejs.org'},
{name: 'Nodejs', version: '16.14.x ~ 18', required: true, other: 'https://nodejs.org'},
{name: 'pnpm', version: '7.11.2', required: true, other: 'npm install -g pnpm'},
{name: 'Flink', version: '1.12.0 +', required: true, other: 'Flink >= 1.12, just download and unpack it.'},
{name: 'MySQL', version: '5.6 +', required: false, other: null},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default {
{name: 'IDE', version: 'Intellij IDEA', required: false, other: '推荐使用 Intellij IDEA'},
{name: 'JAVA', version: '1.8 +', required: true, other: null},
{name: 'Scala', version: '2.12.x', required: true, other: '如果 IDE 是 Intellij IDEA 直接安装Scala插件即可'},
{name: 'Nodejs', version: '5.6 +', required: true, other: 'Node >=16.15.1 <= 18, https://nodejs.org'},
{name: 'Nodejs', version: '16.14.x ~ 18', required: true, other: 'https://nodejs.org'},
{name: 'pnpm', version: '7.11.2', required: true, other: 'npm install -g pnpm'},
{name: 'Flink', version: '1.12.0 +', required: true, other: 'Flink >= 1.12, 只需要从Flink官网下载解绑即可'},
{name: 'MySQL', version: '5.6 +', required: false, other: null},
Expand Down

0 comments on commit 43355df

Please sign in to comment.