Open
Description
Environment
Self-Hosted (Docker)
System
Docker
Version
latest
Describe the problem
Using lissy93/dashy:latest
for a new install, an error during the initial compilation process prevents Dashy from starting properly.
Additional info
From the docker log:
WARNING Compiled with 1 warning3:53:58 PM
warning in ./src/components/Widgets/GlNetworkInterfaces.vue
Module Error (from ./node_modules/eslint-loader/index.js):
/app/src/components/Widgets/GlNetworkInterfaces.vue
71:50 error Expected exception block, space or tab after '//' in comment
✖ 1 problem (1 error, 0 warnings)
1 error and 0 warnings potentially fixable with the `--fix` option.
@ ./src/components/Widgets lazy ^\.\/.*\.vue$ namespace object
@ ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Widgets/WidgetBase.vue?vue&type=script&lang=js
@ ./src/components/Widgets/WidgetBase.vue?vue&type=script&lang=js
@ ./src/components/Widgets/WidgetBase.vue
@ ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/MinimalView/MinimalSection.vue?vue&type=script&lang=js
@ ./src/components/MinimalView/MinimalSection.vue?vue&type=script&lang=js
@ ./src/components/MinimalView/MinimalSection.vue
@ ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/Minimal.vue?vue&type=script&lang=js
@ ./src/views/Minimal.vue?vue&type=script&lang=js
@ ./src/views/Minimal.vue
@ ./src/router.js
@ ./src/main.js
@ multi ./src/main.js
Line 71 of the file GlNetworkInterface.vue
includes a comment about v3 to v4 issues. However, when the comment is removed, the eslint rule (at least that what it looks like) will pass the code.
Please tick the boxes
- You have explained the issue clearly, and included all relevant info
- You are using a supported version of Dashy
- You've checked that this issue hasn't already been raised
- You've checked the docs and troubleshooting guide
- You agree to the code of conduct
Metadata
Metadata
Assignees
Projects
Status
Awaiting Triage