K
K
Kotaro Hiba2021-06-24 23:53:43
Vue.js
Kotaro Hiba, 2021-06-24 23:53:43

How to include a large number of files with styles in vue3?

Hello everyone, today I decided to try vue3 earlier to connect scss files with mixins, variables, functions and other connected via vue-cli-plugin-style-resources-loader and then in the config I did
'style-resources-loader': {
preProcessor: 'scss ',
patterns: [
'src/assets/system/*.scss'
]
}
I'm trying to install this plugin on vue3 but it gives an error, unfortunately I couldn't find anything on the Internet, maybe someone solved this problem
Here is the text of the error.
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/vue-cli-plugin-style-re... - Not found
npm ERR! 404
npm ERR! 404 '[email protected]*' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Kotaro\AppData\Local\npm-cache\_logs\2021-06-24T20_53_34_299Z-debug.log
ERROR command failed: npm install --loglevel error vue-cli-plugin-style-recources-loader -D - -legacy-peer-deps

To install, use the command vue add style-resources-loader

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question