FrontEnd/NodeJS (6) 썸네일형 리스트형 Cannot use import statement outside a module 에러 해결 https://takeknowledge.netlify.app/bugfix/cannot-use-import-statement-outside-a-module/ Cannot use import statement outside a module 에러 해결 버그 발생 상황 기존에 index.js에 쭉 작성했던 코드를 다른 js파일로 옮겨서 module로 import 해 사용하도록 했습니다. 글로 쓰니까 뭔가 장황한데 그냥 이 지경이었던 index.js 파일을 이렇게 정리했다 takeknowledge.netlify.app "type": "module" MSA, Gateway 그리고 Nest https://velog.io/@projaguar/MSA-Gateway-%EA%B7%B8%EB%A6%AC%EA%B3%A0-Nest?fbclid=IwAR3jJMVT1GK-DmnhUEzXqs0sOHxDWTe67eGs8hBnUYzWHqfUOLGC7ujH534 MSA, Gateway 그리고 Nest 회사에서는 고객의 별도의 요구가 있지 않을 경우 API 서버는 MSA (Microservices Architecture 이하 MSA)로 구성합니다.서버는 대부분 한개의 테이블을 가지고, 하나의 테이블은 One Table Design Pattern으로 구 velog.io NestJS로 배우는 백엔드 프로그래밍 https://wikidocs.net/147787 1.1 NestJS 소개 NestJS는 Node.js에 기반을 둔 웹 API 프레임워크로써 Express 또는 Fastify 프레임워크를 래핑하여 동작합니다. 기본으로 설치하면 Express를 사용합니다… wikidocs.net Getting Started With the Node.js Connector https://mariadb.com/kb/en/getting-started-with-the-nodejs-connector/ Getting Started With the Node.js Connector Available through the Node.js repositories; install using npm. mariadb.com NPM: npm을 실행할 때 npm-cli.js를 찾을 수 없습니다. https://lovejava.tistory.com/204 NPM: npm을 실행할 때 npm-cli.js를 찾을 수 없습니다. NPM: npm을 실행할 때 npm-cli.js를 찾을 수 없습니다. 보통 npm으로 라이브러리를 설치할 수 있는데 오늘 yoman을 설치할 때 이런 오류가 발생했습니다.근본 원인을 파악하는 데 도움을 주시기 바랍니 lovejava.tistory.com https://stackoverflow.com/questions/24721903/npm-npm-cli-js-not-found-when-running-npm NPM: npm-cli.js not found when running npm Usually I can install a library using npm but today wh.. [NodeJS]Node.js에서 gRPC 사용하기 https://medium.com/@yujso66/%EB%B2%88%EC%97%AD-node-js%EC%97%90%EC%84%9C-grpc-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-4521604d8852 [번역] Node.js에서 gRPC 사용하기 gRPC에 대해서 알아보고 Node.js와 TypeScript를 사용하여 gRPC 통신을 사용하는 강타입 기반의 애플리케이션 만들어보기 medium.com 이전 1 다음