eurekaclinical / eureka

RETIRED - Clinical phenotyping and ETL system
http://www.eurekaclinical.org/docs/analytics/
Apache License 2.0
2 stars 11 forks source link

Put the npm modules in a directory in the user's home directory #115

Closed arpost closed 8 years ago

arpost commented 8 years ago

We can manage the npm modules the same way that maven manages its dependencies: putting them in a directory in the user's home directory, so they do not have to be re-fetched every time mvn clean install is called.

For example:

~/.ec-build ~/.ec-build/npm_modules ~/.ec-build/npm_modules/...