0

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/?

ThinkGeek
  • 4,749
  • 13
  • 44
  • 91

0 Answers0