imfunniee / gitfolio

:octocat: personal website + blog for every github user

Home Page:https://imfunniee.github.io/gitfolio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I solve the problem of "Invalid regular expression flags"?

Krokette29 opened this issue · comments

I have just npm i, and I met the problem when I typed in node build --name blabla, it just said that "SyntaxError: Invalid regular expression flags". It turns out at the line if (text.match(/(?<=:\s*).*?(?=\s*:)/gs) != null) { has a trouble. What happens? My OS is Windows10. Thanks a lot!

Duplicate #20