JongHyeok Park created ZEPPELIN-6050: ----------------------------------------
Summary: Upgrade node version of helium Key: ZEPPELIN-6050 URL: https://issues.apache.org/jira/browse/ZEPPELIN-6050 Project: Zeppelin Issue Type: Improvement Components: helium Affects Versions: 0.12.0 Reporter: JongHyeok Park Assignee: JongHyeok Park Fix For: 0.12.0 I should upgrade the node, npm, and yarn versions of the HeliumBundleFactory in the zeppelin-server module for the following reasons. The Node version currently used by Helium does not support darwin-arm64. (node v6.9.1) As a result, an error occurs, making it impossible to debug locally. * Helium use a library called *[frontend-maven-plugin|https://github.com/eirslett/frontend-maven-plugin]* when installing node. * This library detects the current environment and configures the path where Node can be installed. In my case, since I develop in a macOS M1 environment, the path is configured with a URL like https://nodejs.org/dist/v6.9.1/node-v6.9.1-darwin-arm64.tar.gz * However, since Node v6.9.1 does not support darwin-arm64, an error occurs when running it. -- This message was sent by Atlassian Jira (v8.20.10#820010)