Description
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 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.
Attachments
Issue Links
- links to