wangsizhu0504 commented on code in PR #310: URL: https://github.com/apache/incubator-streampark-website/pull/310#discussion_r1439034271
########## README.md: ########## @@ -19,7 +19,7 @@ dev #default branch This website is compiled using node, using Docusaurus framework components -1. Download and install nodejs (version>12.5.0) +1. Download and install nodejs (Node >=16.15.1 <= 18) Review Comment: Hi! @cjj2010 Thanks for your reminder. docusaurus uses version 2.4.3. After we tested, it can run normally only if the nodejs version is greater than 16.14.There will be a warning when you run the project below v16.14.Should we change it to >=16.14.x <=18? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
