설치 방법 및 express 글로벌로 설치하는 방법우분투에서$ sudo apt-get install curl$ curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -$ sudo apt-get install -y nodejs$ sudo npm install express -g 매뉴얼 설치 방법은 다음 주소 참조https://github.com/nodesource/distributions#debinstallhttps://docs.npmjs.com/getting-started/installing-node 설치 후 node에 이용한 디렉토리로 이동 후npm link 명령어를 입력하여 해당 모듈을 불러올 수 있습니다.$ cd [local path]/proj..