执行yarn add postcss-pxtorem@5.1.1 amfe-flexible -S报如下错误:
yarn : 无法将“yarn”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。
所在位置 行:1 字符: 1
+ yarn add postcss-pxtorem@5.1.1 amfe-flexible -S
+ ~~~~
+ CategoryInfo : ObjectNotFound: (yarn:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
解决方法:
1、检查本地是否安装yarn
yarn -v
2、安装yarn
npm install -g yarn
成功安装yarn即可看到版本信息
文章评论(0)