-
-
Notifications
You must be signed in to change notification settings - Fork 76
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: table is not a function #14
Comments
It seems to work with this path in the require |
...but why? |
You should't have the issue describe above in the current version. Have you pulled the latest npm package? What error are you getting when importing table? |
Using I'm using node v5.9.0. |
@Nepoxx fixed v4.0.1 that fixes this issue. See https://github.com/gajus/table/tree/v4.0.1#usage Use: const {table} = require('table'); |
Thanks! (I use Forgive my ignorance, but where would |
Hi,
I tried to use table with Gulp in our starter kit. I had to use require() to import it because I can't install babel
But when I try to use table with your exemple, it return me this error.
Is there a way to use table without ES6?
Thanks for your help!
The text was updated successfully, but these errors were encountered: