We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/*" ]
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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/*"
]
The text was updated successfully, but these errors were encountered: