UNPKG
@verdaccio/how-to-npm
Version:
latest (2.5.1)
2.5.1
A module to teach you how to module.
github.com/workshopper/how-to-npm
workshopper/how-to-npm
@verdaccio/how-to-npm
/
problems
/
03-start-a-project
/
suggestion.ko.txt
6 lines
(4 loc)
•
307 B
Plain Text
View Raw
1
2
3
4
5
6
git 부분을 제외하고 완료하신 것 같군요. npm에서는 하나의 모듈에는 하나의 git 저장소가 존재하게 되어있습니다. `git
init
`를 프로젝트 루트 디렉터리에서 실행해주세요. 재구축하려면 .git 폴더를 삭제하고 `git
init
`을 실행해 주세요.