1. 程式人生 > >在對 Angular 的文件 aio 進行編譯的時候提示錯誤

在對 Angular 的文件 aio 進行編譯的時候提示錯誤

error [email protected]: The engine "yarn" is incompatible with this module. Expected version ">=1.10.1 <1.14.0". Got "1.14.0"
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
C:\Users\Yucheng\Documents\WorkDir\Repository\Angular\angular-cn\aio\node_modules\yargs\yargs.js:1078
else throw err
^

 

根據錯誤的提示是 Yarn 的版本過高了。

請需要根據提示使用 Yarn 1.13 版本就可以了。我們在 aio 文件進行編譯的時候,發現如果 yarn 的版本過高的話是沒有辦法編譯成功的,因此請不要按照過