dovy / elusive-icons

http://elusiveicons.com
100 stars 27 forks source link

Bower error when I try to include the elusive-icons in mine bower_components #31

Open genoshishkov opened 7 years ago

genoshishkov commented 7 years ago

Bower give me the following error: bower invalid-meta The "main" field cannot contain globs (example: "*.js")

because of the: "main": [ "./css/elusive-icons.css", *"./fonts/"** ]

bglogos commented 6 years ago

It's somehow related to the Node.js version. You are probably using Node.js 9.xx. Try downgrading to 8.11.1 LTS and see if the error occurs again.