npm is stupid with git dependencies and downloads a copy for every module that depends on them. now my node_modules is 200mb because i have 20 copies of esprima#harmony. any chance to change the esprima dep to a semver range and expect users to install esprima#harmony themselves if they wish?
npm is stupid with git dependencies and downloads a copy for every module that depends on them. now my node_modules is 200mb because i have 20 copies of esprima#harmony. any chance to change the
esprimadep to a semver range and expect users to installesprima#harmonythemselves if they wish?