99% 에러잡기 시리즈6 [Prisma 99% 에러 잡기] P3018 : A migration failed to apply. | 🔍 에러 및 발생 원인 분석1) Error 메시지 2) Error 발생 원인 분석migration filename | 20240211055424_update_room_id_type_to_string_uuid/* Warnings: - The primary key for the `Room` table will be changed. If it partially fails, the table could be left without primary key constraint.*/-- DropForeignKeyALTER TABLE `Invite` DROP FOREIGN KEY `Invite_roomId_fkey`;-- DropForeignKeyALTER TABLE `User` DROP.. 2024. 11. 20. [IDE 99% 에러잡기] cursor ide - cursor . 명령어 "zsh: command not found: cursor" 🏃🏻 들어가며최근에 IDE 를 vscode -> cursor 로 변경하기 위해 개발 환경 구성을 하는 과정에서 맞닥뜨린 가벼운 에러의 해결 방법을 정리 하였습니다. vscode 에서 자주 쓰는 `code .` 와 같은 명령어를 cursor 에서는 지원하지 않는건지 한참을 찾아봤네요. ( 이슈/포럼 ) 도움이 되었으면 좋겠습니다 :) 💥 이슈 발생cursor ide 를 설치하고 터미널에서 프로젝트를 `cursor .` 명령어로 여는 과정에서 에러가 발생 했습니다. 1차 : 에러 로그 확인 zsh: command not found: cursor ✅ 이슈 해결1차(성공) : 'install cursor command'vscode 의 `code .` 명령어와 같은 기능의 명령어를 지원하지 않는건지 한참.. 2024. 5. 26. [Github 99% 에러해결하기] Github Action 티스토리 블로그 RSS 406 Error - Not Acceptable 에러 🏃🏻 들어가며이력서와 포트폴리오를 업데이트하며, 기존에 제작했던 Github Profile README 의 구성도 업데이트를 하게 되었습니다."README 를 꾸미는데 사용할 도구로 괜찮은게 없을까" 찾는 과정에서 다양한 템플릿을 지원하는 lowlighter/metrics 를 발견하게 되었고, 이를 사용해 README 업데이트 작업을 진행하였습니다. 이 과정에서 티스토리 RSS 를 활용해 lowlighter/metrics 의 "블로그 포스팅 리스트" 템플릿을 설정하는 과정에서 발생한 406 에러에 대한 해결 과정을 담고 있는 포스팅 입니다. ⚒️ lowlighter/metrics 작업lowlighter/metrics 템플릿은 하나의 svg 파일을 생성하거나 여러개의 svg 파일을 생성하여 REA.. 2024. 4. 10. [Git 99% 에러잡기] [rejected] master -> master (non-fast-forward) error: failed to push some refs to ' ' 백준 알고리즘 소스코드 정리겸 GitHub에 정리해놓을려고 사전 작업을 하던 중 문제가 발생했다. Error Log ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/Lthek55/BackJoon_Algorithm_JS.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: Se.. 2020. 7. 14. 이전 1 2 다음 반응형