Collins Muriuki
Collins Muriuki
I am also experiencing this, any updates?
Yes indeed @jeremiahtenbrink , the error seems to be originating from the markdownEscape library. Removing the `_` replacement seems to fix the issue. 
Perhaps @anku255 could have a good reason for that, see his pr #183
Also experiencing the same error when attempting to download a file from a data url `data:image/png;base64`
@emhoracek any chance you could give this PR a quick update and tackle the feedback? Happy to get this merged soon.
Hello @jmday could you provide the commands I need to run step by step so that I can reproduce this?
I believe the scaffolding tool implicitly assumes the use of `npm` based on the following observations: 1. The scaffolding instructions explicitly recommend using `npm` to install dependencies when setting up...
> So you're saying that only when using a built-in template the scaffolding tool should prompt to ask about which particular package manager to use? Yes, only for built in...
Thanks for bringing this to my attention @ThetaSinner will have a closer look
Tested this with the most recent `0.1` compatible version of scaffolding and I am able to reproduce this bug, ~I am now looking into the root cause~ Root cause found:...