Привет всем, сегодня решил попробовать vue3 раньше для подключения scss файлов с миксинами переменными, функциями и прочим подключал через vue-cli-plugin-style-resources-loader после чего в конфиге делал
'style-resources-loader': {
preProcessor: 'scss',
patterns: [
'src/assets/system/*.scss'
]
}
Пробую установить данный плагин на vue3 но выдает ошибку, ничего в интернете к сожалению не смог найти , мб кто то решил данную проблему
Вот текст ошибки.
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 'vue-cli-plugin-style-recources-loader@*' 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
Для установки использую команду vue add style-resources-loader