You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code-server is unable to install since Termux installs node 16.10 insted of 14.X.
Logs
~ $ apt install build-essential python git nodejs yarn
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
build-essential is already the newest version (4.1).
git is already the newest version (2.33.0-1).
python is already the newest version (3.9.7).
The following NEW packages will be installed:
nodejs yarn
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/8865 kB of archives.
After this operation, 53.7 MB of additional disk space will be used.
Do you want to continue? [Y/n]
(Reading database ... 79224 files and directories currently installed.)
Selecting previously unselected package nodejs.
Preparing to unpack .../nodejs_16.10.0_aarch64.deb ...
Unpacking nodejs (16.10.0) ...
Selecting previously unselected package yarn.
Preparing to unpack .../archives/yarn_1.22.10_all.deb ...
Unpacking yarn (1.22.10) ...
Setting up nodejs (16.10.0) ...
Setting up yarn (1.22.10) ...
Processing triggers for man (1.14.5-2) ...
~ $ yarn global add code-server
yarn global v1.22.10
[1/4] Resolving packages...
[2/4] Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version "= 14". Got "16.10.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
Notes
This issue can be reproduced in VS Code: No
The text was updated successfully, but these errors were encountered:
OS/Web Information
code-server --version
: noneSteps to Reproduce
Expected
code-server should be able to install.
Actual
code-server is unable to install since Termux installs node 16.10 insted of 14.X.
Logs
~ $ apt install build-essential python git nodejs yarn
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
build-essential is already the newest version (4.1).
git is already the newest version (2.33.0-1).
python is already the newest version (3.9.7).
The following NEW packages will be installed:
nodejs yarn
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/8865 kB of archives.
After this operation, 53.7 MB of additional disk space will be used.
Do you want to continue? [Y/n]
(Reading database ... 79224 files and directories currently installed.)
Selecting previously unselected package nodejs.
Preparing to unpack .../nodejs_16.10.0_aarch64.deb ...
Unpacking nodejs (16.10.0) ...
Selecting previously unselected package yarn.
Preparing to unpack .../archives/yarn_1.22.10_all.deb ...
Unpacking yarn (1.22.10) ...
Setting up nodejs (16.10.0) ...
Setting up yarn (1.22.10) ...
Processing triggers for man (1.14.5-2) ...
~ $ yarn global add code-server
yarn global v1.22.10
[1/4] Resolving packages...
[2/4] Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version "= 14". Got "16.10.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
Notes
This issue can be reproduced in VS Code: No
The text was updated successfully, but these errors were encountered: