Skip to content
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

Node v10.7 - Trouble with module loader and importing objects after installation in node project #75

Open
ganeshkbhat opened this issue Sep 12, 2018 · 3 comments

Comments

@ganeshkbhat
Copy link

I am facing issues with module loader and importing objects after installation in node project.

I am trying to use this with Node V10.7.0 and am being thrown with errors saying the import statements are wrong (which is right since I am not behind a flag as well). Need steps to get this up and running cleanly with Node with or without babel and use it in a node project

@eivindfjeldstad
Copy link
Owner

Hmm, that's strange. The published version is compiled with Babel, so import statements shouldn't be an issue. Do you have a stack trace?

@ganeshkbhat
Copy link
Author

ganeshkbhat commented Oct 26, 2018

It just doesn't work. Errors out on the import statements Do I need a flag to run it? I am node 10.x

@eivindfjeldstad
Copy link
Owner

No, a flag should not be necessary. I assume you're installing with npm or yarn? It's very difficult to say what might be wrong without a stack trace though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants