-
Notifications
You must be signed in to change notification settings - Fork 62
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
fdir is not a constructor #37
Comments
Can you please show your code? |
I am getting the same error: Your sample code: // create the builder // get all files in a directory synchronously // or asynchronously Result is: const api = new fdir().withFullPaths().crawl("path/to/dir"); TypeError: fdir is not a constructor |
I think there was no need for |
Exactly, it's fixed by not requiring default |
@chalkygames123 fixing it right away |
Error:
Use:
Same issue |
Apparently, |
Great, thanks! |
Hi there!
I'm getting this error while trying to create a new builder. Any ideas what's going on?
Thanks
The text was updated successfully, but these errors were encountered: