太原网站制作_太原网站建设_太原做网站_秘密武器开发者中心
历史搜索

解决(node)Warning: Accessing non

游客2024-12-09 09:30:02

(node)Warning: Accessing non-existent property ‘xxx’ of module exports inside circular depen

报错如下:

(node:18216) Warning: Accessing non-existent property 'column' of module exports inside circular depen
(node:18216) Warning: Accessing non-existent property 'filename' of module exports inside circular dep
(node:18216) Warning: Accessing non-existent property 'lineno' of module exports inside circular depen
(node:18216) Warning: Accessing non-existent property 'column' of module exports inside circular depen
(node:18216) Warning: Accessing non-existent property 'filename' of module exports inside circular dep

解决办法:

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

解决(node)Warning: Accessing non 1

找到 node_modulesstyluslibnodesindex.js 文件,在 index.js 文件中加上以下代码,成功解决~

exports.lineno = null;
exports.column = null;
exports.filename = null;
标签:JavaScript

本文是由用户"游客"发布,所有内容的版权归原作者所有。没有经过书面许可,任何单位或个人不得以任何形式复制、转载、引用本网站的内容。否则将追究法律责任。

相关专题