vuejs / vue-loader

📦 Webpack loader for Vue.js components
MIT License
4.99k stars 914 forks source link

Error while installing vue-loader which uses loader-utils #2025

Closed GadyEilat closed 1 year ago

GadyEilat commented 1 year ago

Report a bug

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

vue-loader 2.0.0 - 16.0.0-rc.2 Depends on vulnerable versions of loader-utils Depends on vulnerable versions of vue-style-loader node_modules/vue-loader

If the current behavior is a bug, please provide the steps to reproduce: while having the package vue-loader in my project at version 15.10.1, 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.

GadyEilat commented 1 year ago

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