[짧은 팁] The engine "node" is incompatible with this module.npmnextThe engine “node” is incompatible with this module. 오랜만에 할 일이 있었는데, 갑자기 에러를 마주하게 되었다. error create-strapi-app@3.5.1: The engine “node” is…nextcreate-next-appcreate-strapi-appnodeerror0시간 전
에러 “error fsevents@2.0.7: The platform ”linux“ is incompatible with this module.”, ”error Found incompatible module.”를 만났을 때javascriptcra 프로젝트를 docker를 이용해 빌드하려고 컨테이너에서 을 실행하도록 했는데 다음과 같은 에러를 마주하게 된다. 아무래도 에러는 특정 모듈이 linux…javascriptnodenpmyarndockererror2021.01.17 07:03:58
docker container에서 pm2가 시작하자마자 종료될 때javascript도커 컨테이너에서 pm2를 실행하는 데 바로 꺼질 때 node 프로젝트를 프로덕션 환경에 pm2로 올려보도록 한다. node docker image를 이용해서 docker container…dockerwebpm2nodepm2-runtime2020.12.20 09:51:10
[mongoose] mongoose paranoid (soft delete) 적용하기 (feat. plugin)mongoosemongoose는 timestamp라는 옵션을 제공한다. plugin은 스키마별로도 적용할 수 있지만, 전역 플러그인(global plugin)으로 모든 schema…mongoosenodejsdbjavascripttypescriptdatabase2020.10.25 02:20:15
[mongoose] mongoose 연결하기mongoosemongoose 시작하기 MySQL과 같은 전통적인 SQL 데이터베이스가 여전히 많이 쓰이고 있고, 나도 꽤 익숙한지라.. mongoDB는 자주 접할 기회기 없었는데, javascript…mongoosenodejsdbjavascripttypescriptdatabase2020.10.25 01:19:25
node.js express 서버에 Swagger 끼얹기expressExpress 프로젝트에 Swagger를 달아보자. Swager? Swagger는 RESTful 웹 서비스에서 설계, 구축, 문서화 등을 도와주는 오픈소스 프레임워크라고 볼 수 있다. Spring 프로젝트에서 적용된 사례를 많이 접했는데, node…nodeexpressswagger2020.10.08 09:45:52