I\'ve got a maven project, within which is JavaScript project cloned as a git sub-module. So the directory structure looks something like
mavenapp/src/main/jav
In my situation, some problems happened with my node package. So I run npm audit fix and it fixed all problems
npm audit fix