arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 224 forks source link

Problems with mini-css-extract-plugin #215

Open yannviroulaud opened 3 years ago

yannviroulaud commented 3 years ago

After a first npm install I got some errors (like Npm login needed) or some fail on some packages. Have to install them 1 by 1 (like optimist)

webpack 5.21.2 webpack-cli 4.5.0 webpack-dev-server 3.11.2

When i'm trying to npm start I got this message => [webpack-cli] Error: Cannot find module 'mini-css-extract-plugin'

Anyone can help me ?