Skip to content

old versions of node.js #7914

Closed Locked Answered by essential-existence
essential-existence asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks everyone for the help! Here's a partial solution based on your suggestions:

pkg install binutils;
v=$(node -v); v=${v#v}; v=${v%%.*};
FORCE_NODE_VERSION="$v" yarn global add code-server --ignore-engines;
code-server;

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@essential-existence
Comment options

@thunder-coding
Comment options

@essential-existence
Comment options

@ghost
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@BufuWinner
Comment options

Answer selected by essential-existence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants