vuejs / vue-style-loader

💅 vue style loader module for webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while installing vue-style-loader which uses loader-utils

GadyEilat opened this issue · comments

Do you want to request a feature or report a bug?
Report a bug

What is the current behavior?
current behavior: npm install shows an error:

vue-style-loader *
Depends on vulnerable versions of loader-utils
node_modules/vue-style-loader

If the current behavior is a bug, please provide the steps to reproduce.
while having the package vue-style-loader in my project at version 4.1.3 (latest), run npm install.
An error then pops as stated above.

What is the expected behavior?
There shouldn't be an error, as there wasn't one for the several months with this package.

Please mention other relevant information such as your webpack version, Node.js version and Operating System.
Webpack : 5.75, Nodejs: 18.8, OS: Windows 10.

Somehow this got fixed automatically and the error was removed today.