Open oldgitdaddy opened 4 years ago
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 🙏
I publish the new version: v1.0.2. Let me know if you need any help.
This error persists. I'm getting the same one now.
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 🙏