-
Notifications
You must be signed in to change notification settings - Fork 146
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
Error everytime "cmdDelimiter: ['{', '}']" defined #216
Comments
I would highly suggest using a different delimiter, may not be the issue in this case- however see #102 |
i think it's not about the "{" pattern, i changed my template and code to reference "{{" (double curly brackets), i still get the same error. same project here are the generated errors
|
The vm package doesnt seem imported in your environment. Try disabling the
sandbox ('nosandBox:true').
…On Sun, 13 Jun 2021 at 13:12, Weilies Chok ***@***.***> wrote:
i think it's not about the "{" pattern, i changed my template and code to
reference "{{" (double curly brackets), i still get the same error. same
project
<https://stackblitz.com/edit/ng-docx-templates-g1nj3?file=src%2Fapp%2Fapp.component.tsl>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#216 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC37OQGLWXZINJQON2OVNOLTSSHDTANCNFSM46TQVEQA>
.
|
Thanks for the helps!!! @jjhbw Love u!! |
No problem 👍 Feel free to open a new issue if you have a question. |
Yes. Thanks Jurriaan! |
Sorry to bother, but would you happen to have any other recommendations for someone running into this issue? I seem to be getting this same error using the default delimiters +++, setting custom delimiters doesn't seem to make a change, and adding "nosandBox:true" to the createReport function doesn't make any apparent difference. Do you have any thoughts off hand or would you need to see the project first? |
Are you using an Angular toolchain? They tend to do only barebones polyfilling/importing of dependencies. Any dependency import issues you may have (like vm) likely stem from there. I'm going to need a reproducible example regardless, i'm afraid. |
I am running into a situation.
Here is the project, I am running an angular project, angular ver 11++. package.json, tsconfig.json details attached.
Really appreciate for any helps. I am almost there, from tons of runtime errors till now i can see the doc. :D
The text was updated successfully, but these errors were encountered: