Collins Muriuki

Results 8 comments of 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. ![Screenshot 2020-06-26 at 10 21 43](https://user-images.githubusercontent.com/49271447/85831484-0d576f00-b797-11ea-86bf-6e6dbf7f33f3.png)

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...