Installed vue-agile carousel https://github.com/lukaszflorczak/vue-agile ,

import Vue from 'vue' import VueAgile from 'vue-agile' Vue.use(VueAgile) components:{ VueAgile } 

I use docker, webpack gives an error

 ERROR in ./node_modules/babel-loader/lib!./node_modules/vue-loader /lib/selector.js?type=script&index=0!./server/vuejsapp/src/components/pages/landingPageVideo/index.vue cm-frontend-alisa-anton_1 | Module not found: Error: Can't resolve 'vue-agile' in '/app/server/vuejsapp/src/components/pages/landingPageVideo' cm-frontend-alisa-anton_1 | @ ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./server/vuejsapp/src/components/pages/landingPageVideo/index.vue 287:0-33 cm-frontend-alisa-anton_1 | @ ./server/vuejsapp/src/components/pages/landingPageVideo/index.vue cm-frontend-alisa-anton_1 | @ ./server/vuejsapp/src/router/index.js cm-frontend-alisa-anton_1 | @ ./server/vuejsapp/src/app.js cm-frontend-alisa-anton_1 | @ ./server/vuejsapp/src/entry-client.js cm-frontend-alisa-anton_1 | Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js?{"minimize":true,"sourceMap":false}!node_modules/vue-loader/lib/style-compiler/index.js?{"vue":true,"id":"data-v-36bfe88e","scoped":false,"hasInlineConfig":true}!node_modules/sass-loader/lib/loader.js?{"includePaths":["/app/server/vuejsapp/src/styles"],"sourceMap":false}!server/vuejsapp/src/styles/app.scss: 

What could be?

Closed due to the fact that off-topic participants 0xdb , Qwertiy 18 Apr '18 at 12:16 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • "The question is caused by a problem that is no longer reproduced or typed . Although similar questions may be relevant on this site, solving this question is unlikely to help future visitors. You can usually avoid similar questions by writing and researching a minimum program to reproduce the problem before publishing the question. " - 0xdb, Qwertiy
If the question can be reformulated according to the rules set out in the certificate , edit it .

    1 answer 1

    Found the reason, the line with the name of the plugin did not compile in the json file))