Warning: Accessing non-existent property xxxx of module exports inside circular dependency

 

 

好像是stylus的问题,说node版本太高,要降低版本,于是我继续查找资料,在Github上找到了这个答案

 

 

node_modules\stylus\lib\nodes\index.js
在index.js文件中加上以下代码,成功解决~

 **** 必须加在 js 最前面 ,  后面没效果 不知道为什么

exports.lineno = null;

exports.column = null;

exports.filename = null;

posted on 2022-05-12 09:53  Jun_ct  阅读(244)  评论(0编辑  收藏  举报