jprichardson / node-jsonfile

Easily read/write JSON files.
MIT License
1.2k stars 321 forks source link

TypeError: Cannot read property 'writeFileSync' of undefined #73

Closed flowl closed 7 years ago

jprichardson commented 7 years ago

Please produce code to reproduce the issue.

flowl commented 7 years ago

I did import jsonfile from "jsonfile" instead of import * as jsonfile from "jsonfile" which caused some issues. We can't delete issues, can we?