【发布时间】:2015-07-08 07:44:38
【问题描述】:
我已经在 Mac OS 中安装了 NPM 和 stylus 全局方式,但是当我尝试创建 new-file.styl 时出现以下错误:
$ stylus -c -w mi-estilo.styl
/usr/local/lib/node_modules/stylus/bin/stylus:640
if (err) throw err;
^
Error: ENOENT, stat 'mi-estilo.styl'
at Error (native)
我搜索了解决方案,但是 . . .我没有任何成功。
有人可以帮我吗?
【问题讨论】: