-
Notifications
You must be signed in to change notification settings - Fork 69
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
unable to build #92
Comments
SyntaxError: Unexpected token: operator (?) while parsing file: /home/mcsam/Desktop/test/openapi-snippet/openapi-to-har.js |
after build command |
Same issue here |
Same issue with webpack that wants a specific loader.
Version |
I can take a look |
FYI, we use version |
Is this a minimum version of If that's the issue, it's easily fixed by using |
Looks like So perhaps this library needs to specify a minimum version of node, or rewrite that little bit to not use Unfortunately, I think Erik is rather busy. I've submitted another issue and PR to fix it and haven't heard anything back. So while I can create a fix and make a PR, it's unlikely to be merged for some time. |
Just wondering. Could you clone the repo, and The only issue I find with v14.18.0 is that the |
According to MDN replaceAll has been introduced in node 15. But the only reference is in a test file. The webpack issues seems weird though as a loader is something that is determined by the file extension. |
I did open a PR to replace the If that's been superceded by anything you've done just let me know and I can close mine! |
Hi @michaelgwelch, I am also encountring this issue. My node version is v14.17.1. I think that maybe providing a ready to use script for those who do not want or who cannot build the repo, can help. Many projects do it, including Swagger UI: https://github.com/swagger-api/swagger-ui/tree/master/dist |
No description provided.
The text was updated successfully, but these errors were encountered: