-
Notifications
You must be signed in to change notification settings - Fork 85
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
I am getting "Cannot use import statement outside a module" #64
Comments
using |
The version of nodejs doesn't support EMCAScript modules
|
I was struggling with this too. If you are using babel, you can add a script to packages.json and run the script using
|
@danline it is not working, i tried the same and getting this |
When I try to run
migrate up
it says 'Cannot use import statement outside a module'The text was updated successfully, but these errors were encountered: