jprichardson / node-fs-extra

Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
MIT License
9.47k stars 772 forks source link

fes.readJsonSync is not a function #942

Closed sudongyuer closed 2 years ago

sudongyuer commented 2 years ago

in test file ,it works image

in real code it failed image

RyanZim commented 2 years ago

Your screenshot of your test does not reference readJsonSync. Also, can you post a minimal reproducible example?

sudongyuer commented 2 years ago

I changed the code and it's not easy to reproduce😅