You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment Info:
System:
OS: Windows 10 10.0.18362
CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Binaries:
Node: 12.14.1 - C:\Program Files\nodejs\node.EXE
Yarn: 1.19.2 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.13.4 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: 44.18362.449.0
npmGlobalPackages:
@vue/cli: Not Found
Steps to reproduce
npm install
npm run build
What is expected?
No errors
What is actually happening?
Error: No module factory available for dependency type: CssDependency
This week I started to learn Vue CLI and when I try to Build my Web App the following error appears in the Output of the vue ui:
Error: No module factory available for dependency type: CssDependency
I'm quite new to this and I don't quite understand why this happens, even because when I do the "run serve", the Web App works on localhost.
I spoke with a friend of mine at college and he told me to install a few dependencies, such as mini-css-extract-plugin, vue-style-loader and css-loader. But it did not work.
The text was updated successfully, but these errors were encountered:
Version
4.1.0
Reproduction link
https://github.com/FranciscoMendes10866/Juliana-Project.git
Environment info
Steps to reproduce
npm install
npm run build
What is expected?
No errors
What is actually happening?
Error: No module factory available for dependency type: CssDependency
This week I started to learn Vue CLI and when I try to Build my Web App the following error appears in the Output of the vue ui:
Error: No module factory available for dependency type: CssDependency
I'm quite new to this and I don't quite understand why this happens, even because when I do the "run serve", the Web App works on localhost.
I spoke with a friend of mine at college and he told me to install a few dependencies, such as mini-css-extract-plugin, vue-style-loader and css-loader. But it did not work.
The text was updated successfully, but these errors were encountered: