theia-ide / theia-apps

Theia applications examples - docker images, desktop apps, packagings
Apache License 2.0
1.04k stars 345 forks source link

Not compatible with NodeJS 15.4.0 #451

Closed ramonck closed 3 years ago

ramonck commented 3 years ago

Build doesn't work, followed the procedure on this page. https://theia-ide.org/docs/composing_applications/

Commands:

  1. yarn
  2. yarn theia build
warning @theia/cli > @theia/application-manager > webpack > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
[2/4] Fetching packages...
warning url-loader@1.1.2: Invalid bin field for "url-loader".
error find-git-exec@0.0.3: The engine "node" is incompatible with this module. Expected version ">=10.11.0 <13". Got "15.4.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

OS

Distributor ID: Ubuntu
Description:    Ubuntu 20.04.1 LTS
Release:        20.04
Codename:       focal
vince-fugnitto commented 3 years ago

@ramonck it is not a version compatible with the framework:

In addition, the prerequisites highlight the supported node range:

vince-fugnitto commented 3 years ago

Closing since the prerequisites, composing applications documentation, and error message state the supported node range.