当前位置: 首页 > 工具软件 > Node.native > 使用案例 >

【解决问题】TypeError: _gracefulFs(...).realpathSync.native is not a function

李烨烁
2023-12-01

执行jest的时候报错:

TypeError: _gracefulFs(...).realpathSync.native is not a function

 

解决方案:

jest-cli@26.x.x 不支持node8, 使用jest-cli@25.x.x

 

参考资料:

https://github.com/facebook/jest/issues/10012

 类似资料: