gpt4 book ai didi

node.js - Yarn似乎没有安装越来越少的 watch 编译器

转载 作者:太空宇宙 更新时间:2023-11-04 01:43:41 25 4
gpt4 key购买 nike

我正在尝试使用Yarn安装越来越少的手表编译器。但是,当我检查lessc版本时,得到的命令未找到。

我有OSX 10.11.6 El Capitan
我使用Homebrew安装了Yarn。我有纱线版本1.9.4。
然后我用了:

yarn global add less


结果是:

yarn global v1.9.4
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
warning Pattern ["less@^3.8.1"] is trying to unpack in the same destination "/Users/jem/Library/Caches/Yarn/v2/npm-less-3.8.1-f31758598ef5a1930dd4caefa9e4340641e71e1d" as pattern ["less@^3.0.4"]. This could result in non-deterministic behavior, skipping.
[----------------------------------------------------------------------------] 0/83(node:1407) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
[3/4] 🔗 Linking dependencies...
[4/4] 📃 Building fresh packages...
success Installed "less@3.8.1" with binaries:
- lessc
✨ Done in 1.51s.


然后,我使用Yarn来减少编译时间。使用命令:
yarn global添加较少的监视编译器

结果是:

yarn global v1.9.4
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[-----------------------------------------------------------------------------------] 0/83(node:1597) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
[3/4] 🔗 Linking dependencies...
[4/4] 📃 Building fresh packages...
success Installed "less-watch-compiler@1.11.3" with binaries:
- less-watch-compiler
✨ Done in 1.27s.


完成此操作后,我输入以下命令检查less的版本
lessc-版本。结果是:

-bash: lessc: command not found


在我的〜/ Library / Caches / Yarn / v2目录中,我可以看到:

npm-less-3.8.1-f31758598ef5a1930dd4caefa9e4340641e71e1d
npm-less-watch-compiler-1.11.3-eb1fc62423898fae48fde1bed4968bb81bf220f2


我不确定这是否意味着安装了Less。

我看到了这个问题: lessc: command not found
它说我应该将lessc的位置导出到PATH中。但是我需要知道lessc在哪里?但是我不确定Cache文件中的上述项目是否是我需要的项目。我尝试从计算机上删除node,yarn和nvm。我卸下并重新安装了纱线。但是我每次都得到相同的结果。

另外,在我的机器上还有另一个叫做less的程序。这是一个Unix页面阅读器。 http://www.greenwoodsoftware.com/less/
这使事情变得混乱。

我对此并不陌生,已经走到了尽头。任何帮助表示赞赏。

编辑:我也试图用npm安装yarn。

 sudo npm i -g yarn
sudo npm i -g less
sudo npm i -g less-watch-compiler


那也不起作用。
另外,当我寻找使用lessc或less-watch-compiler时

$其中

我没有得到回应。

最佳答案

使用以下命令:

yarn add less global

关于node.js - Yarn似乎没有安装越来越少的 watch 编译器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52206183/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com