microsoft / m365advocacy-templates

Project templates for Microsoft 365 extensions
MIT License
2 stars 3 forks source link

Issue with msg extension template on Windows #14

Open garrytrinder opened 2 months ago

garrytrinder commented 2 months ago

Doing it on Windows, the emitted code had several issues, most important being lots of extra backslashes in json files ("{{" in lieu of "{{"). Provisioning for local debug required several fixes for it to finally run. All this on Windows.

garrytrinder commented 2 months ago

Was able to reproduce the issue using node@16

image

image

Works as expected using node@18