package.json의 로컬 종속성 그래서, 이런 일을하고 싶지 npm install도 설치 package.json의 ../somelocallib종속성 또는 더 중요한 것은. "dependencies": { "express": "*", "../somelocallib": "*" } 2014 년 9 월 업데이트 이 기능은 npm 버전 2.0.0에서 구현 되었습니다. 예: { "name": "baz", "dependencies": { "bar": "file:../foo/bar" } } 다음 경로 중 하나도 유효합니다. ../foo/bar ~/foo/bar ./foo/bar /foo/bar 로컬 패키지는 접두사 ( ) 로 복사 됩니다 ../node-modules 이전 답변 평소 somelocallib와 같이 ..