반응형 npm publish1 간단하게 npm 패키지 배포하기 1. npm에 로그인한다. $ npm login 2. npm 패키지명을 정한다. 중복된 이름은 사용 할 수 없기 때문에 내가 정한 이름이 존재하는지 확인해본다. # npm 사용할때 $ npm info hello-dryadsoft npm ERR! code E404 npm ERR! 404 'hello-dryadsoft' is not in the npm registry. npm ERR! 404 You should bug the author to publish it npm ERR! 404 (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http.. 2021. 8. 14. 이전 1 다음 반응형