How to fix the Fish shell error terminated by signal SIGKILL (Forced quit)
I was doing some work with my Fish shell when after a while I hit a problem.
I ran the command npx prisma migrate dev
and I was met with this error:
fish: 'npx prisma migrate dev' terminated by signal SIGKILL (Forced quit)
What fixed the issue for me was simply closing the terminal and starting a new Fish shell.
I wrote 21 books to help you become a better developer:
- HTML Handbook
- Next.js Pages Router Handbook
- Alpine.js Handbook
- HTMX Handbook
- TypeScript Handbook
- React Handbook
- SQL Handbook
- Git Cheat Sheet
- Laravel Handbook
- Express Handbook
- Swift Handbook
- Go Handbook
- PHP Handbook
- Python Handbook
- Linux Commands Handbook
- C Handbook
- JavaScript Handbook
- Svelte Handbook
- CSS Handbook
- Node.js Handbook
- Vue Handbook