You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Badge tested using npm run badge https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FIT4Change%2Fboilerplate-frontend%2Fmaster%2Fpackage.json&query=dependencies.vue-i18n&label=vue-i18n&color=green
Output is available here
Are you experiencing an issue with...
shields.io
🐞 Description
When trying to reference
vue-i18n
with a jsonpath badge, I getunparseable jsonpath query
while https://jsonpath.com/ says everything works fine.The json ressource is: https://raw.githubusercontent.com/IT4Change/boilerplate-frontend/master/package.json
The queries, which all work on jsonpath, but not on the badge for some reasons are:
dependencies.vue-i18n
dependencies.$['vue-i18n']
dependencies.'vue-i18n'
Related issue: #5580
🔗 Link to the badge
https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FIT4Change%2Fboilerplate-frontend%2Fmaster%2Fpackage.json&query=dependencies.vue-i18n&label=vue-i18n&color=green
💡 Possible Solution
Unknown
Related issue, which did not solve my problem even tho it did for the author: #5580
The text was updated successfully, but these errors were encountered: