我有以下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
我注意到手写笔也有其他被屏蔽的评论的问题(我只是删除这些评论以解决问题,但现在我需要弄清楚发生了什么)。
我在这里做错了什么?