-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled rejection TypeError: Cannot read property 'F_OK' of undefined #9
Comments
yup, seems so nodejs/node#8044 |
Ah okay, I was testing on node @laggingreflex what do you think of changing
to
for compatibility? |
sounds good to me. |
Work's for me as well |
It's failing for me as well! |
Fixed in #10 and patch pushed to npm. I've added travis to the repo as well |
Since the last commit, I now have the following issue:
Unhandled rejection TypeError: Cannot read property 'F_OK' of undefined
It seems that you can not rely on module 'fs' to have constants on all version on nodejs
The text was updated successfully, but these errors were encountered: