Recently learning the Vue framework, using the Webpack Package Vue project, the following error occurred while executing NPM run start:
This dependency is not found:
* !! Vue-style-loader!css-loader? {"Minimize": false, "Sourcemap": false}!.. /.. /node_modules/vue-loader/lib/style-compiler/index? {"Vue": true, "id": "data-v-1d57e5ea", "scoped": false, "Hasinlineconfig": False}!stylus-loader? {"Sourcemap": false}!.. /.. /node_modules/vue-loader/lib/selector?type=styles&index=0!. /a.vue in./src/components/a.vue
To install it, you can RUN:NPM install--save!! Vue-style-loader!css-loader? {"Minimize": false, "Sourcemap": false}!.. /.. /node_modules/vue-loader/lib/style-compiler/index? {"Vue": true, "id": "data-v-1d57e5ea", "scoped": false, "Hasinlineconfig": False}!stylus-loader? {"Sourcemap": false}!.. /.. /node_modules/vue-loader/lib/selector?type=styles&index=0!. /a.vu
Solution Ideas:
NPM intall Sass-loader--save;
NPM install Node-sass--save;
Then running NPM run start will
Vue Vue-style-loader!css-loader Error