We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c79888 commit 4509a69Copy full SHA for 4509a69
get_node_version
@@ -6,4 +6,4 @@ if [ -f "$HOME/.nodepath" ]; then
6
NODE=`cat $HOME/.nodepath`/node;
7
fi
8
9
-NODE -v
+$NODE -v
0 commit comments