You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was surprised to see that fs-extra-promise promisifies methods individually, because I am experiencing problems with the .readJson method from fs-extra-promise, but the problem goes away if I use the fs package and promisify that method individually. See my thread at jprichardson/node-fs-extra#156
Is someone able to reproduce my problem and figure out what is going on?
Note that I am using promises with async/await functions in Babel. That shouldn't matter though.
The text was updated successfully, but these errors were encountered:
I was surprised to see that fs-extra-promise promisifies methods individually, because I am experiencing problems with the .readJson method from fs-extra-promise, but the problem goes away if I use the fs package and promisify that method individually. See my thread at jprichardson/node-fs-extra#156
Is someone able to reproduce my problem and figure out what is going on?
Note that I am using promises with async/await functions in Babel. That shouldn't matter though.
The text was updated successfully, but these errors were encountered: