npm tells me I need vue-loader@^15.6.0, but this needs webpack@^4.0.0 or @^5.0.0-0, but then at least 3 other dependencies that can't be upgraded requires webpack@^1 or 2 or 3.
I'm new to npm, how to proceed?
I think those dependencies should be upgraded to webpack 4.. you can ask them to do that, or try to find other libraries with similar funcionality that support webpack 4
npm tells me I need vue-loader@^15.6.0, but this needs webpack@^4.0.0 or @^5.0.0-0, but then at least 3 other dependencies that can't be upgraded requires webpack@^1 or 2 or 3. I'm new to npm, how to proceed?