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
All good in 2024 except that yarn is too old. Autoupgrade fails subsequently.
(torch) jetson@jetson-desktop:~/vscode$ yarn
yarn install v1.22.22
$ node build/npm/preinstall.js
*** Please use latest Node.js v20 LTS for development.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
(torch) jetson@jetson-desktop:~/vscode$
Upgrade attempt does this:
yarn upgrade
yarn upgrade v1.22.22
[1/4] Resolving packages...
...
warning vscode-nls-dev > [email protected]: Glob versions prior to v9 are no longer supported
[2/4] Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=14.14". Got "10.24.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/upgrade for documentation about this command.
Fixing these problems is past my skills since I never heard of most of these tools....
The text was updated successfully, but these errors were encountered:
Thanks for posting this!
All good in 2024 except that yarn is too old. Autoupgrade fails subsequently.
Upgrade attempt does this:
Fixing these problems is past my skills since I never heard of most of these tools....
The text was updated successfully, but these errors were encountered: