install (4) 썸네일형 리스트형 [node.js] cannot find module 'express' git clone 후 npm init, npm install 후에 node.js 앱 실행 시 모듈을 못 찾을 때 프로젝트 폴더에서 실행한다. express 가 이미 install 되어 있으면 npm link 만 실행해도 됩니다. ubuntu 16.X sudo npm install -g express sudo npm link express [ubuntu] php 7.0 zip extension error os : ubuntu mate 16.x 버전1. apt-get 으로 php7.0 설치 합니다. sudo apt-get install php7.0 2. php.ini 에서 확장기능 mbstring, openssl 을 주석 해제 합니다. 3. composer 로 laravel/lumen-installer 실행 시php7.0 zip extension error 발생합니다. sudo apt-get install php7.0-zip 설치해주면 해결 됩니다. Log4net 설치 Package InstallNuget Package Manager > log4net > Install Solution Explorer > Properties > AssemblyInfo.cs [assembly: log4net.Config.XmlConfigurator(Watch = true)] Web.config 소스 적용 예) Solution Explorer > Controllers > OOOController.cs Error 1053: "The service did not respond in a timely fashion" when attempting to start, stop or pause a service Windows 환경에서 서비스로 등록 시 정상적으로 등록이 되지 않을 때 1. Start > Run > regedit 실행 2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control 3. control 폴더 우클릭 > 새로만들기 DWORD 이름 ServicesPipeTimeout 4. ServicesPipeTimeout 우클릭 후 수정 5. 10진수 (Decimal) 선택 '180000' 입력 후 OK 6. 리부팅 이전 1 다음