Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1012 Bytes

1911 github repository를 npm package로 사용.md

File metadata and controls

43 lines (30 loc) · 1012 Bytes

Issue: github repository를 npm package로 사용

상황:

npm을 갱신하지 않는 오픈소스를 사용하려고 하는데 버전관리를 같이 하고 싶어서 package.json을 활용하려고 시도


생각해낸 방안:

  • git을 사용하여 install 하고 package.json을 활용하여 버전관리

방안: git을 사용하여 install 하고 package.json을 활용하여 버전관리 (성공)


git+https://[email protected]/visionmedia/express.git or this flavor if you need SSH:

git+ssh://[email protected]/visionmedia/express.git
>
>

    참조:
    https://stackoverflow.com/questions/17509669/how-to-install-an-npm-package-from-github-directly