Open umbertooo opened 3 years ago
I had the same issue. Had to downgrade to @vue/cli-service 4.4.6 which doesn't use aliases
I run the dependency check with the option --nodeAuditSkipDevDependencies
. This skips node audit for all devDependencies. DevDependencies like the Vue CLI Service are not part of the production code so I'm fine with this workaround. However this bug would be a problem if it would happen the same way with "normal" dependencies using aliases.
Problem happens also with release 6.1.0
hey, any updates here?
Describe the bug Node Audit Analyzer detects a problem and declares this dependency to be skipped: "dependency skipped: package.json contain an alias for vue-loader-v16 => vue-loader@16.1.2 npm audit doesn't support aliases" However NodeAuditSearch still posts this dependency "vue-loader-v16":"npm:vue-loader@^16.1.0" to the Node Audit API and causes the scan to fail.
Version of dependency-check used Dependency Check Command Line
Log file
Payload (redacted)
To Reproduce Steps to reproduce the behavior:
dependency-check.sh
Expected behavior I expected the dependency scan to complete successfully.