本文へスキップ
できない.dev
用語集
検索
「できない」を、検索する。
エラーメッセージ・症状・コマンド名で引ける開発者向けの辞典
検索インデックスを読み込み中…
人気の用語
用語集を見る →
detached HEAD
git stash
monorepo
rebase
SSR (Server-Side Rendering)
DOM
JSX
PAT
ReferenceError
WSL
PyPI
useEffect
よくある「できない」
Git
24 件
Git rebase でコンフリクトが解消できない
#rebase
#conflict
#merge
git commit --amend した後にプッシュできない
#git
#amend
#push
git pull が「Your local changes would be overwritten」でできない
#pull
#merge
#stash
Git の他の問題を見る →
Python
20 件
python コマンドが「command not found」で実行できない
#python
#path
#command-not-found
Python で「TabError: inconsistent use of tabs and spaces in indentation」が直らない
#taberror
#indentation
#tabs
Python の asyncio で「RuntimeError: Event loop is closed」が解消できない
#asyncio
#event-loop
#runtimeerror
Python の他の問題を見る →
React
16 件
React で「Objects are not valid as a React child」が解消できない
#react
#jsx
#rendering
React で controlled / uncontrolled input 警告が消せない
#react
#input
#form
React で Strict Mode による useEffect の 2 重実行が解決できない
#strict-mode
#useEffect
#react18
React の他の問題を見る →
TypeScript
16 件
TypeScript の as const で型が絞り込めない
#typescript
#as-const
#narrowing
TypeScript で「Parameter implicitly has an 'any' type」(TS7006) が解決できない
#typescript
#noimplicitany
#ts7006
TypeScript で「Type instantiation is excessively deep and possibly infinite」が解決できない
#tsc
#types
#recursive-type
TypeScript の他の問題を見る →
Next.js
15 件
Next.js の Server Action が実行できない
#server-action
#app-router
#form
Next.js App Router でサーバーコンポーネントから dynamic ssr:false が使えない
#nextjs
#dynamic-import
#ssr
Next.js App Router で page.tsx を置いても 404 が解消できない
#nextjs
#app-router
#not-found
Next.js の他の問題を見る →
Node.js
14 件
Node.js で「JavaScript heap out of memory」が発生する
#node
#memory
#heap
Node.js で「EADDRINUSE: address already in use」が解消できない
#eaddrinuse
#port
#listen
Node.js の ESM で「__dirname is not defined」が解決できない
#nodejs
#esm
#dirname
Node.js の他の問題を見る →
Docker
13 件
Docker の HEALTHCHECK がいつも unhealthy になる
#docker
#healthcheck
#dockerfile
docker login の認証情報が保存できない(毎回ログインを求められる)
#docker
#login
#credentials
Dockerfile の COPY でファイルが見つからずビルドできない
#dockerfile
#copy
#build-context
Docker の他の問題を見る →
Go
12 件
Go の go test がキャッシュで再実行されない
#test
#cache
#count
Go で「go.mod file not found in current directory」が解決できない
#go
#go-mod
#module
go mod tidy が失敗する(unknown revision / missing go.sum entry)
#go-mod
#modules
#goproxy
Go の他の問題を見る →
GitHub Actions
11 件
GitHub Actions の GITHUB_TOKEN で push できない (permission denied)
#github-actions
#github-token
#permissions
GitHub Actions のワークフローが push / PR で起動しない
#github-actions
#workflow
#trigger
GitHub Actions の if 条件どおりにステップを実行できない
#github-actions
#if
#conditional
GitHub Actions の他の問題を見る →
ESLint
9 件
ESLint と Prettier の競合でフォーマットできない
#eslint
#prettier
#format
ESLint の no-unused-vars が無視できない
#eslint
#no-unused-vars
#suppression
ESLint で eslint-plugin が読み込めないエラーが解消できない
#eslint
#plugin
#flat-config
ESLint の他の問題を見る →
Vite
9 件
Vite ビルドで chunk size warning(500kB 超過)を消せない
#build
#chunk
#rollup
Vite で環境変数(import.meta.env)が読み込めない
#env
#import-meta-env
#vite-prefix
Vite で HMR (Hot Module Replacement) が反映されない
#vite
#hmr
#hot-reload
Vite の他の問題を見る →
Visual Studio Code
9 件
VSCode の Format on Save が効かない
#vscode
#format
#prettier
VSCode で Python インタプリタが認識されない
#vscode
#python
#interpreter
VSCode で IntelliSense(コード補完)が効かない
#vscode
#intellisense
#completion
Visual Studio Code の他の問題を見る →
Vercel
8 件
Vercel のカスタムドメインが反映されない
#vercel
#domain
#dns
Vercel でビルドが失敗してデプロイできない
#vercel
#build
#deploy
Vercel の Serverless Function がタイムアウトする
#vercel
#serverless
#timeout
Vercel の他の問題を見る →
Vue.js
8 件
Vue で子コンポーネントの emit したイベントが親で受け取れない
#vue
#emit
#events
Vue 3 の <script setup> で this が使えない
#vue3
#script-setup
#composition-api
Vue 3 の Composition API で reactive を分割代入してリアクティビティが失われる
#vue3
#composition-api
#reactive
Vue.js の他の問題を見る →
Docker Compose
7 件
docker compose で env_file が読み込まれない
#env-file
#compose
#environment
docker-compose コマンドが見つからない(command not found)
#docker-compose
#compose
#command-not-found
docker compose の depends_on で起動順が待たれない
#compose
#depends_on
#healthcheck
Docker Compose の他の問題を見る →
Tailwind CSS
7 件
Tailwind CSS で動的に組み立てたクラス名が反映されない
#tailwindcss
#dynamic
#safelist
Tailwind CSS で @apply ディレクティブが効かない
#tailwindcss
#apply
#directive
Tailwind CSS の dark モードが切り替わらない/適用されない
#tailwindcss
#dark-mode
#theme
Tailwind CSS の他の問題を見る →
npm
6 件
npx が古いキャッシュ版を実行して最新バージョンにならない
#npm
#npx
#cache
npm scripts で環境変数が設定できない(Windows で動かない)
#npm
#scripts
#env
npm ci が package-lock.json と不一致で失敗する
#npm
#npm-ci
#package-lock
npm の他の問題を見る →
pip
5 件
pip コマンドが見つからない・実行できない(command not found / No module named pip)
#pip
#path
#command-not-found
pip で「Could not open requirements file」が解決できない
#pip
#requirements
#install
pip をアップグレードできない(pip install --upgrade pip が失敗する)
#pip
#upgrade
#windows
pip の他の問題を見る →
Playwright
5 件
Playwright のテストが「Test timeout of 30000ms exceeded」で失敗する
#playwright
#timeout
#test
Playwright で要素をクリックできない(TimeoutError: locator.click)
#playwright
#timeout
#locator
Playwright で locator が要素を特定できない(strict mode violation)
#playwright
#locator
#strict-mode
Playwright の他の問題を見る →
GitHub
4 件
GitHub Dependabot が PR を作成しない / 動かない
#dependabot
#security
#dependencies
GitHub の Fine-grained PAT で権限不足になり push / API 呼び出しができない
#github
#pat
#fine-grained
git clone が「Repository not found」で失敗する(private/認証)
#github
#clone
#repository-not-found
GitHub の他の問題を見る →
PostgreSQL
4 件
PostgreSQL で「password authentication failed for user」になり接続できない
#postgresql
#authentication
#pg_hba
PostgreSQL で「sorry, too many clients already」が出て接続できない
#postgresql
#max_connections
#pgbouncer
PostgreSQL で「role does not exist」になり接続・操作できない
#postgresql
#role
#authentication
PostgreSQL の他の問題を見る →
Prettier
4 件
.prettierignore が効かない/除外したファイルが整形される
#prettier
#ignore
#prettierignore
Prettier で `Delete ␍` の改行コードエラーが消せない
#prettier
#eol
#crlf
Prettier の Tailwind クラス自動ソート (prettier-plugin-tailwindcss) が効かない
#prettier
#plugin
#tailwindcss
Prettier の他の問題を見る →
Prisma
4 件
Prisma で「Can't reach database server」(P1001)が解決できない
#prisma
#connection
#p1001
Prisma で「Environment variable not found: DATABASE_URL」が解決できない
#prisma
#env
#database-url
Next.js の開発時に Prisma が「too many connections」で接続できない
#prisma
#connection
#nextjs
Prisma の他の問題を見る →
Vitest
4 件
Vitest で「Cannot find module」とパスエイリアス(@/)が解決できない
#vitest
#alias
#vite
Vitest で「describe is not defined」が解決できない(globals 未設定)
#vitest
#globals
#config
Vitest で「document is not defined」が解決できない(jsdom 環境未設定)
#vitest
#jsdom
#environment
Vitest の他の問題を見る →
Jest
3 件
Jest で「ReferenceError: document is not defined」が解決できない
#jest
#jsdom
#testEnvironment
Jest で「Cannot use import statement outside a module」が解決できない
#jest
#esm
#transform
Jest で TypeScript が「SyntaxError: Unexpected token」で実行できない
#jest
#typescript
#ts-jest
Jest の他の問題を見る →
pnpm
3 件
pnpm install が「ERR_PNPM_PEER_DEP_ISSUES」で失敗する(peer 依存)
#pnpm
#peer-dependencies
#strict-peer-dependencies
pnpm install が CI で frozen-lockfile により失敗する(ERR_PNPM_OUTDATED_LOCKFILE)
#pnpm
#frozen-lockfile
#ci
pnpm: command not found で pnpm コマンドが実行できない
#pnpm
#corepack
#path
pnpm の他の問題を見る →
MySQL
2 件
MySQL で「Access denied for user」でログインできない
#mysql
#access-denied
#authentication
MySQL で「Client does not support authentication protocol」が解決できない
#mysql
#authentication
#caching-sha2-password
MySQL の他の問題を見る →