Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经从 Github 下载了 stylus .zip 并将其放在与节点可执行文件相同的目录中。之后我运行以下代码:
install stylus
但我没有得到回应。命令提示符读取
...
有没有人在安装手写笔之前遇到过这个问题?我有窗户。请帮我找出问题所在。
编辑: 我也更新了我的 PATH 变量
建议通过NPM安装 Node.js 包,如下所示:
npm install stylus- 供本地使用(用于您的项目)
npm install stylus
或者
npm install stylus -g- 全球安装,随处使用
npm install stylus -g