-
Notifications
You must be signed in to change notification settings - Fork 26
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
When trying to build with snowpack this error is thrown #67
Comments
If snowpack is using this project, one thing that would help the error message is to pass the second argument as the file name where they are calling into es-module-lexer. Then the |
Thanks for your reply. I'm pretty new to this so I don't know where exactly that second argument should be passed. $ grep es-module-lexer * -R |
@trancephorm yes it's the second argument to that |
I'll be honest: I don't have a clue what to do. :) But it doesn't matter, thanks anyways. |
[21:51:17] [snowpack] Build Result Error: There was a problem with a file build result.
[21:51:17] [snowpack] Parse error @:13:78
[21:51:17] [snowpack] Error: Parse error @:13:78
at parse (/home/pyc/ttwww/node_modules/es-module-lexer/dist/lexer.cjs:1:402)
Is there any help to it?
The text was updated successfully, but these errors were encountered: