Skip to content

v4.214.0-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 17 Aug 13:54
· 1333 commits to main since this release
v4.214.0-1
59964d1

🎉 New Packages

#26002 nodejs/node: Node.js JavaScript runtime

Set up Node.js

To execute tools installed by npm, you need to add the following to your PATH:

if node_path="$(dirname "$(aqua which node 2>/dev/null)" | grep aquaproj 2>/dev/null)"; then
  export PATH="$node_path:$PATH"
fi

Reference