-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
TypeError: exists is not a function #34
Comments
@caalberts Do you have the error log from the console by any chance as well? Can you write a small script that shows how to reproduce this? |
this is from the bindings module: , exists = fs.existsSync || path.existsSync I wouldn't know which node version didn't have support for that. What node are you running on? |
also, can you tell us the output of console.log(fs.existsSync || path.existsSync) |
I noticed this TooTallNate/node-bindings#18 and TooTallNate/node-bindings#20 is a fix for it |
I still got the same error even after the change. Does anyone face the same issue? Thanks, |
@kaivalya90 which node version are you on? |
E:\angularJS\XXxxCap>meteor node --version |
node@4 definitely has |
@kaivalya90 did you ever found out what was going on with that error? I'm running into the same issue |
Found that the fix is in TooTallNate/node-bindings#20 (as stated above). The PR for the commit is still open though, so it hasn't been updated. |
The PR has been accepted; not sure if this library's dependencies have been updated however. |
I just encountered this error in the browser console while trying to browserify an application containing leveldb |
I seem to be getting this as well- also during browserification |
Would be nice to get to the bottom of this. |
That's expected: |
I'm closing this, as it's not a bug, but a missing feature, which is covered by #50. |
Stuck on this issue : ERROR Error: Uncaught (in promise): TypeError: exists is not a function |
@naveed-31 Latest |
Actually i am using this model |
@naveed-31 If your issue is not related to |
The same here when trying to using 'usb' lib in ReactJS: TypeError: exists is not a function 199 | // Avoids an infinite loop in rare cases, like the REPL
in bindings: ... node v14.15.0 |
Hi, I'm getting this error when using Level.
Console shows the error here, which is in bindings module:
The text was updated successfully, but these errors were encountered: