m1 (2) 썸네일형 리스트형 m1 MOS Npm Publish 1. npm site 회원가입 2. 터미널에서 npm login 로컬 더미널에서 npm login 을 쳐서 username, password, email을 차례대로 입력하여 로그인한다. 3. 패키지 생성 3-1. 패키지명 지정 npm에 로그인 되어 있는 상태에서 npm info [패키지명] 을 입력하여 내가 생성하려는 패키지명이 이미 존재하는지 확인한다. 이렇게 에러가 뜨면 같은 패키지명이 없다는 뜻이므로 사용해도 된다. 3-2. 패키지 생성 패키지명과 같은이름의 폴더를 생성한 다음 그 안에서 npm init을 해준다. mkdir heini-v2core # 패키지명과 같은 폴더 생성 cd heini-v2core npm init 생성된 package.json 파일의 내용이 npm init시 나온 내용과 같.. 맥북 m1 에서 docker 설치 및 사용 https://hub.docker.com/ Docker Hub Container Image Library | App Containerization We and third parties use cookies or similar technologies ("Cookies") as described below to collect and process personal data, such as your IP address or browser information. You can learn more about how this site uses Cookies by reading our privacy policy hub.docker.com 위 페이지에 접속하면 mac버전 도커를 다운 받을 수 있는데 이때 m1 칩은 왼쪽.. 이전 1 다음