-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
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
ERROR: Service 'app' failed to build #30
Comments
yep, that's because of the web worker plugin that I recently added. |
Since I am building it in a Dockerfile, a second attempt is not so easy. Is there another workaround that can work in a Dockerfile? Can the web worker plugin be removed temporarily, or are the dependencies too large? |
I'll take another look and see if I can somehow fix the error but I can't guarantee it right now |
Thanks for the tip! In the Dockerfile just use these two lines and it will work:
|
This helped (putting it before the npm installs), but didnt make the Dockerfile run. After adding the vue/cli install: and splitting up the npm installs, I got this error:
sadly i dont know anything about vue/cli. |
Hello, since a few weeks I can not build the project successfully.
I use for this: yarn run build
Has anything changed in the build process?
This is what the output looks like:
44 problems (40 errors, 4 warnings)
23 errors and 0 warnings potentially fixable with the
--fix
option.@ ./src/model-worker/index.js 1:0-76
@ ./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--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SpotifyMenu.vue?vue&type=script&lang=js&
@ ./src/components/SpotifyMenu.vue?vue&type=script&lang=js&
@ ./src/components/SpotifyMenu.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--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Main.vue?vue&type=script&lang=js&
@ ./src/components/Main.vue?vue&type=script&lang=js&
@ ./src/components/Main.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--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=script&lang=js&
@ ./src/App.vue?vue&type=script&lang=js&
@ ./src/App.vue
@ ./src/main.js
@ multi ./src/main.js
ERROR Build failed with errors.
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered: