gpt4 book ai didi

node.js - Mac 上的手写笔 : I get error trying to install it

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

大约 2 个月前我安装了 Node,我记得我在执行此操作时遇到了问题,但我明白了。

现在我正在尝试在终端中安装 Stylus 但我不能,我收到了这条消息:

MacBook-Pro-de-Antony:~ antony$ node -v
v8.9.1
MacBook-Pro-de-Antony:~ antony$ sudo npm install -g stylus
/usr/local/bin/stylus -> /usr/local/lib/node_modules/stylus/bin/stylus + stylus@0.54.5
updated 1 package in 2.07s
MacBook-Pro-de-Antony:~ antony$ stylus -v
/usr/local/lib/node_modules/stylus/bin/stylus:641
if (err) throw err;
^
Error: ENOENT: no such file or directory, stat '-v'
MacBook-Pro-de-Antony:~ antony$

我的问题是:

我必须先“激活”Node 才能执行此操作吗?或者我做错了什么?

我正在使用 MacOS Sierra。

最佳答案

不,您不必在 Node.js 中运行它。可以在原来的地方(在命令行中)执行此操作。

问题:-v 不是有效参数。要查看其版本,您应该执行以下操作:stylus --versionstylus -V(带有大写 V)。

stylus --help 将显示所有可用选项。

关于node.js - Mac 上的手写笔 : I get error trying to install it,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48128517/

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