Consider my project structure is like:
stackoverflow/
src/
java/
src/
js/
node_modules/
package.json
src/
build/
stackoverflow.war
when I run "npm run install" from stackoverflow/src/js, node_modules directory gets placed inside js folder. Is it possible to configure "npm run install" to generate node_modules inside stackoverflow/build/?