ekoeryanto / vuepress-plugin-sitemap

Sitemap generator plugin for vuepress.
MIT License
93 stars 19 forks source link

chalk orange does not exists #10

Closed psi-4ward closed 5 years ago

psi-4ward commented 5 years ago
TypeError: chalk.reset.inverse.bold[color] is not a function

happens when color='orange'

ekoeryanto commented 5 years ago

Hi, I'm sorry. But I can't reproduce the issue, can you provide more info, your OS maybe?

psi-4ward commented 5 years ago

linux on node 11.6

if I use color=red it works perfectly. Looks like ansi doesnt support orange: https://www.npmjs.com/package/ansi-styles#colors

ekoeryanto commented 5 years ago

If so, then we need to change it to red. I hope you willing to make a PR for this

psi-4ward commented 5 years ago

changing one word is not too difficult :)