Replies: 2 comments 2 replies
-
Hah, this looks like there was a merge issue from the latest changes from some API stuff that was brought up to date. Will have to look into this later. In the meantime please use the previous commit here for building. |
Beta Was this translation helpful? Give feedback.
1 reply
-
everything is OK. I will try it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
error in ./src/utils/api.vue
Module Error (from ./node_modules/eslint-loader/index.js):
/G5V/src/utils/api.vue
403:11 error Duplicate key 'GetLimitMatches' no-dupe-keys
403:11 error Duplicated key 'GetLimitMatches' vue/no-dupe-keys
472:11 error Duplicate key 'DeleteMyCancelledMatches' no-dupe-keys
472:11 error Duplicated key 'DeleteMyCancelledMatches' vue/no-dupe-keys
980:29 warning Replace
(vetoData)
withvetoData
prettier/prettier981:51 warning Replace
(vetoSideChoice)
withvetoSideChoice
prettier/prettier995:40 warning Delete
,
prettier/prettier1002:52 warning Delete
,
prettier/prettier1253:9 warning Unexpected console statement no-console
✖ 9 problems (4 errors, 5 warnings)
0 errors and 4 warnings potentially fixable with the
--fix
option.@ ./src/main.js 12:0-34 14:10-13
@ multi ./src/main.js
ERROR Build failed with errors.
error Command failed with exit code 1.
It`s the latest version of G5V-master, previous was OK.
Beta Was this translation helpful? Give feedback.
All reactions