yarn 安装编译

代码展示
0 704

[root@ecs-395603 web]# yarn

yarn install v1.22.19

info No lockfile found.

warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.

[1/4] Resolving packages...

[2/4] Fetching packages...

error highlight.js@11.6.0: The engine "node" is incompatible with this module. Expected version ">=12.0.0". Got "10.24.0"

error Found incompatible module.

info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

[root@ecs-395603 web]# yarn

yarn install v1.22.19

info No lockfile found.

warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.

[1/4] Resolving packages...

[2/4] Fetching packages...

error highlight.js@11.6.0: The engine "node" is incompatible with this module. Expected version ">=12.0.0". Got "10.24.0"

error Found incompatible module.

info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

[root@ecs-395603 web]#