简体   繁体   中英

ReferenceError: primordials is not defined in node.js

I was install node modules by npm install, then I've tried gulp sass-watch in terminal. and get ReferenceError: primordials is not defined error like below Please Help Me with This:-

 [12:13:28] Requiring external module babel-register
 fs.js:27
 const { Math, Object, Reflect } = primordials;
                                  ^
 ReferenceError: primordials is not defined

Thank You In Advance.

只需将您的节点包降级到 10.13.0 等稳定版本,然后重新安装节点模块即可。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM