node_modules 위치 변경 node_modules 폴더 위치를 변경하는 방법이 있습니까? 예를 들면 : - dir1 - dir2 - node_modules 에: - dir1 - dir2 - node_modules 다음은 node_modules기본적으로 폴더 를 보는 코드입니다. Module.prototype.load = function(filename) { debug('load ' + JSON.stringify(filename) + ' for module ' + JSON.stringify(this.id)); assert(!this.loaded); this.filename = filename; this.paths = Module._nodeModulePaths(path.dirname(filename)..