本文へスキップ
できない.dev
用語集
検索
「できない」を、検索する。
エラーメッセージ・症状・コマンド名で引ける開発者向けの辞典
検索インデックスを読み込み中…
人気の用語
用語集を見る →
detached HEAD
git stash
monorepo
rebase
SSR (Server-Side Rendering)
DOM
JSX
PAT
ReferenceError
WSL
PyPI
useEffect
よくある「できない」
Git
22 件
Git rebase でコンフリクトが解消できない
#rebase
#conflict
#merge
git pull が「Your local changes would be overwritten」でできない
#pull
#merge
#stash
Git reset --hard で消したコミットを復元できない
#reset
#reflog
#recovery
Git の他の問題を見る →
Python
19 件
Python で「json.decoder.JSONDecodeError: Expecting value」が解消できない
#python
#json
#jsondecodeerror
Python で「too many values to unpack」が解決できない
#python
#valueerror
#unpacking
pip install が Permission denied で失敗する
#pip
#permission
#venv
Python の他の問題を見る →
React
15 件
React の useEffect で無限ループが止められない
#react
#useeffect
#hooks
React で「Objects are not valid as a React child」が解消できない
#react
#jsx
#rendering
React のハイドレーションエラー(Hydration mismatch)が解消できない
#react
#hydration
#ssr
React の他の問題を見る →
TypeScript
15 件
TypeScript の as const で型が絞り込めない
#typescript
#as-const
#narrowing
TypeScript でオブジェクトリテラルに余分なプロパティを指定できない
#excess-property
#type
#object-literal
TypeScript の satisfies 演算子で型が広がる・narrowing が効かない
#satisfies
#narrowing
#type-inference
TypeScript の他の問題を見る →
Next.js
14 件
Next.js App Router でサーバーコンポーネントから dynamic ssr:false が使えない
#nextjs
#dynamic-import
#ssr
Next.js App Router で useState が使えないエラーが解消できない
#nextjs
#app-router
#use-client
Next.js App Router で metadata(title / description)が反映されない
#nextjs
#metadata
#app-router
Next.js の他の問題を見る →
Node.js
14 件
Node.js で fetch が「self-signed certificate in certificate chain」で接続できない
#fetch
#tls
#certificate
Node.js で「Error [ERR_REQUIRE_ESM]」が解消できない
#node
#esm
#commonjs
nvm をインストールしたのに nvm コマンドが認識されない
#nvm
#shell
#install
Node.js の他の問題を見る →
Docker
13 件
Docker の .dockerignore が効かずファイルを除外できない
#dockerignore
#build
#context
Dockerfile の COPY でファイルが見つからずビルドできない
#dockerfile
#copy
#build-context
Docker build できない(Cannot connect to the Docker daemon)
#daemon
#build
#permission
Docker の他の問題を見る →
Go
12 件
Go の goroutine がリークして終了しない
#goroutine
#leak
#channel
go install したコマンドが「command not found」で実行できない
#go
#go-install
#path
Go の go.mod の replace でローカルモジュールが参照できない
#go
#go-mod
#modules
Go の他の問題を見る →
GitHub Actions
11 件
Fork からの PR で GitHub Actions の Secrets が使えない
#github-actions
#secrets
#fork
GitHub Actions が GITHUB_TOKEN の権限不足(403)で push / API できない
#github-actions
#github-token
#permissions
GitHub Actions の if 条件どおりにステップを実行できない
#github-actions
#if
#conditional
GitHub Actions の他の問題を見る →
ESLint
9 件
ESLint で「TSConfig does not include this file」が解決できない
#eslint
#typescript-eslint
#parsing-error
ESLint Flat Config で @typescript-eslint/parser が読み込めない
#eslint
#typescript
#parser
ESLint と Prettier の競合でフォーマットできない
#eslint
#prettier
#format
ESLint の他の問題を見る →
Visual Studio Code
9 件
VSCode の Remote-SSH で接続できない
#vscode
#remote-ssh
#ssh
VSCode で settings.json の設定が反映されない
#vscode
#settings
#json
VSCode で Python インタプリタが認識されない
#vscode
#python
#interpreter
Visual Studio Code の他の問題を見る →
Vercel
8 件
Vercel のカスタムドメインが反映されない
#vercel
#domain
#dns
Vercel Edge Runtime で Node.js API(fs / child_process 等)が使えない
#vercel
#edge-runtime
#nodejs
Vercel Cron Jobs が実行されない
#vercel
#cron
#schedule
Vercel の他の問題を見る →
Vite
8 件
Vite で環境変数(import.meta.env)が読み込めない
#env
#import-meta-env
#vite-prefix
vite preview がブランク(真っ白)で表示できない
#preview
#build
#base
Vite で「process is not defined」が解決できない
#vite
#env
#process
Vite の他の問題を見る →
Vue.js
8 件
Vue.js の computed が更新されない
#vue
#computed
#reactivity
Vue で「Failed to resolve component」が解決できない
#vue
#component
#registration
Vue で watch が発火しない
#vue
#watch
#composition-api
Vue.js の他の問題を見る →
Docker Compose
7 件
docker compose の depends_on で起動順が待たれない
#compose
#depends_on
#healthcheck
docker compose up が「port is already allocated」で起動できない
#compose
#port
#network
docker compose のサービス名で DNS 解決できない
#compose
#network
#dns
Docker Compose の他の問題を見る →
Tailwind CSS
7 件
Tailwind CSS v4 で PostCSS 設定がエラーになる
#v4
#postcss
#config
Tailwind CSS のクラスが効かない(スタイルが反映されない)
#tailwindcss
#content
#configuration
Tailwind CSS の任意値 (arbitrary value) が反映されない
#tailwindcss
#arbitrary
#jit
Tailwind CSS の他の問題を見る →
npm
6 件
npm ci が package-lock.json と不一致で失敗する
#npm
#npm-ci
#package-lock
npm install が EINTEGRITY エラーでインストールできない
#npm
#eintegrity
#checksum
npm scripts で環境変数が設定できない(Windows で動かない)
#npm
#scripts
#env
npm の他の問題を見る →
pip
5 件
pip をアップグレードできない(pip install --upgrade pip が失敗する)
#pip
#upgrade
#windows
pip コマンドが見つからない・実行できない(command not found / No module named pip)
#pip
#path
#command-not-found
pip install が「error: externally-managed-environment」で失敗する(PEP 668)
#pip
#pep-668
#venv
pip の他の問題を見る →
Playwright
5 件
Playwright で page.goto が net::ERR_CONNECTION_REFUSED になる
#playwright
#webserver
#connection-refused
Playwright で要素をクリックできない(TimeoutError: locator.click)
#playwright
#timeout
#locator
Playwright で locator が要素を特定できない(strict mode violation)
#playwright
#locator
#strict-mode
Playwright の他の問題を見る →
GitHub
4 件
GitHub の Fine-grained PAT で権限不足になり push / API 呼び出しができない
#github
#pat
#fine-grained
git clone が「Repository not found」で失敗する(private/認証)
#github
#clone
#repository-not-found
GitHub Dependabot が PR を作成しない / 動かない
#dependabot
#security
#dependencies
GitHub の他の問題を見る →
PostgreSQL
4 件
PostgreSQL に「Connection refused」で接続できない(port 5432)
#postgresql
#connection-refused
#listen_addresses
PostgreSQL で「sorry, too many clients already」が出て接続できない
#postgresql
#max_connections
#pgbouncer
PostgreSQL で「role does not exist」になり接続・操作できない
#postgresql
#role
#authentication
PostgreSQL の他の問題を見る →
Prettier
4 件
Prettier の設定ファイル (.prettierrc) が読み込まれない
#prettier
#config
#prettierrc
.prettierignore が効かない/除外したファイルが整形される
#prettier
#ignore
#prettierignore
Prettier の Tailwind クラス自動ソート (prettier-plugin-tailwindcss) が効かない
#prettier
#plugin
#tailwindcss
Prettier の他の問題を見る →
Prisma
4 件
Prisma で「Environment variable not found: DATABASE_URL」が解決できない
#prisma
#env
#database-url
Prisma で「@prisma/client did not initialize yet」が解決できない(prisma generate 未実行)
#prisma
#generate
#client
Next.js の開発時に Prisma が「too many connections」で接続できない
#prisma
#connection
#nextjs
Prisma の他の問題を見る →
Vitest
4 件
Vitest で「document is not defined」が解決できない(jsdom 環境未設定)
#vitest
#jsdom
#environment
Vitest で「Cannot find module」とパスエイリアス(@/)が解決できない
#vitest
#alias
#vite
Vitest で「describe is not defined」が解決できない(globals 未設定)
#vitest
#globals
#config
Vitest の他の問題を見る →
pnpm
3 件
pnpm: command not found で pnpm コマンドが実行できない
#pnpm
#corepack
#path
pnpm install が CI で frozen-lockfile により失敗する(ERR_PNPM_OUTDATED_LOCKFILE)
#pnpm
#frozen-lockfile
#ci
pnpm install が「ERR_PNPM_PEER_DEP_ISSUES」で失敗する(peer 依存)
#pnpm
#peer-dependencies
#strict-peer-dependencies
pnpm の他の問題を見る →