$> mkdir axios
$> cd axios
$> npm init
$> npm install axios (or yarn add xios )
## .yarnrc 생서
## node_modules, yarn.lock 삭제
$> yarn install
## yarn_packages(*.tgz) , package.json, yarn.loc, .yarnrc 만 내부로 복사해 옴
이후 내부서버에서 yarn install 수행
$> yarn install --offline
## 이렇게 하면 *.tgz 파일이 풀리면서 node_modules 가 복구 된다.