We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, when following your documentation, I get the following error:
import GPX from 'gpx-parser-builder'; ^^^^^^ SyntaxError: Cannot use import statement outside a module
In particular this line is troublesome: import GPX from 'gpx-parser-builder';
import GPX from 'gpx-parser-builder';
I installed your package via NPM.
Please advice 🙏
The text was updated successfully, but these errors were encountered:
I publish the new version: v1.0.2. Let me know if you need any help.
Sorry, something went wrong.
This error persists. I'm getting the same one now.
No branches or pull requests
Currently, when following your documentation, I get the following error:
In particular this line is troublesome:
import GPX from 'gpx-parser-builder';
I installed your package via NPM.
Please advice 🙏
The text was updated successfully, but these errors were encountered: