我有以下css文件:
/*!
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
*/
...
但是当我尝试解析它时,我收到以下错误:
/usr/local/lib/node_modules/npm/node_modules/stylus/bin/stylus:502
throw err;
^
TypeError: reset.styl:2
1| /*!
> 2| * http://meyerweb.com/eric/tools/css/reset/
3| * v2.0 | 20110126
4| * License: none (public domain)
5| */
Cannot read property 'name' of undefined
我注意到手写笔也存在其他阻止评论的问题(我刚刚删除以解决问题,但现在我需要弄清楚发生了什么)。
我在这里做错了什么?
答案 0 :(得分:0)
显然我的编辑器正在创建.styl文件而不是文本,所以我更新了应用程序的文件类型关联,现在一切都很好。