Molio-tan commented on issue #1832: URL: https://github.com/apache/apisix-dashboard/issues/1832#issuecomment-835203953
> > @imjoey The lower version of nodejs is helpful,but at the last of `make build`, a new error occurs as follows: > > ![image](https://user-images.githubusercontent.com/31587573/117522878-39af5f00-afe8-11eb-8462-a1b44ed81f67.png) > > It seems that some packages are incompatible with nodejs of 10.11.0 version. The APISIX Dashboard version is `2.6+` > > Looking forward to the solution. > > @Molio-tan Very glad to see it works. Regarding to the new error, an intuitive solution is to install the new 10.13.0-armv8 from official alternatively. In practice, minor version upgrade will not bring any incompatibility, so I guess this newer version will also work along with Kylin V10. > > Looking forward to your feedback. Thanks. @imjoey Thank you for your help. After many times to download different versions of nodejs, I find the suitable version is v10.24.0. ``` wget https://nodejs.org/download/release/v10.24.0/node-v10.24.0-linux-arm64.tar.xz tar -xf node-v10.24.0-linux-arm64.tar.xz ln -s /opt/node-v10.24.0-linux-arm64/bin/node /usr/local/bin/ ln -s /opt/node-v10.24.0-linux-arm64/bin/npm /usr/local/bin/ ``` At last, `make build` will work properly. Thank you all. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org