npm list 명령어를 입력해 제대로 설치되었는지 확인합니다.
npm list 명령어로 설치 확인
> npm list
microservice@1.0.0 C:\Users\microservice
`-- mysql@2.15.0
+-- bignumber.js@4.0.4
+-- readable-stream@2.3.3
| +-- core-util-is@1.0.2
| +-- inherits@2.0.3
| +-- isarray@1.0.0
| +-- process-nextick-args@1.0.7
| +-- string_decoder@1.0.3
| `-- util-deprecate@1.0.2
+-- safe-buffer@5.1.1
`-- sqlstring@2.3.0
mysql 모듈이 설치되었습니다. package.json 파일로 손쉽게 배포할 수 있습니다.