🎉 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