eclipse-emfcloud/coffee-editor

node Version conflict when building frontend

davidxwwang opened this issue · 1 comments

When trying to build the frontend with the yarn( in web/ ), I encountered some trouble:
....
error compression-webpack-plugin@9.2.0: The engine "node" is incompatible with this module. Expected version ">= 12.13.0". Got "10.13.0"
error Found incompatible module.
.....

then l switch node version(12.14.1), l get the follow errors.

[2/4] 🚚 Fetching packages...
error find-git-exec@0.0.2: The engine "node" is incompatible with this module. Expected version ">=10.11.0 <12". Got "12.14.1"
error Found incompatible module.

so the version of node seem conflict, and l cannot use "yarn " to build the frontend.

update to the latest version ,it is OK