本文へスキップ
できない.dev
用語集
検索
「できない」を、検索する。
エラーメッセージ・症状・コマンド名で引ける開発者向けの辞典
検索インデックスを読み込み中…
人気の用語
用語集を見る →
DOM
JSX
PAT
ReferenceError
WSL
PyPI
useEffect
useMemo
useState
workflow_dispatch
const assertion
GITHUB_TOKEN
よくある「できない」
Git
22 件
Git で大きなファイル(100MB 超)が push できない
#push
#large-file
#lfs
Git cherry-pick でコンフリクトが解決できない
#git
#cherry-pick
#conflict
Git push できない(SSH認証で蹴られる)
#auth
#ssh
#push
Git の他の問題を見る →
Python
19 件
Python import できない(ModuleNotFoundError)
#import
#pip
#venv
pip install で「externally-managed-environment」エラーが解決できない
#pip
#venv
#pep668
pip install が Permission denied で失敗する
#pip
#permission
#venv
Python の他の問題を見る →
React
15 件
React useEffect の cleanup が期待通り呼ばれない
#useeffect
#cleanup
#strict-mode
React Context の値が更新されない
#react
#context
#provider
React で「Objects are not valid as a React child」が解消できない
#react
#jsx
#rendering
React の他の問題を見る →
TypeScript
15 件
TypeScript で「Parameter implicitly has an 'any' type」(TS7006) が解決できない
#typescript
#noimplicitany
#ts7006
tsc コマンドが見つからない(command not found: tsc)
#tsc
#command-not-found
#path
TypeScript の as const で型が絞り込めない
#typescript
#as-const
#narrowing
TypeScript の他の問題を見る →
Next.js
14 件
Next.js の middleware が実行されない
#nextjs
#middleware
#matcher
Next.js の revalidatePath / revalidateTag が効かず古いデータが残る
#nextjs
#revalidate
#cache
Next.js で環境変数 (process.env) が読み込めない
#nextjs
#env
#process.env
Next.js の他の問題を見る →
Node.js
14 件
Node.js で「error:0308010C:digital envelope routines::unsupported」が解決できない
#nodejs
#openssl
#webpack
Node.js の ESM で「__dirname is not defined」が解決できない
#nodejs
#esm
#dirname
Node.js で「JavaScript heap out of memory」が発生する
#node
#memory
#heap
Node.js の他の問題を見る →
Docker
13 件
Docker の .dockerignore が効かずファイルを除外できない
#dockerignore
#build
#context
docker build で「no space left on device」が出てビルドできない
#docker
#build
#disk
Dockerfile の COPY でファイルが見つからずビルドできない
#dockerfile
#copy
#build-context
Docker の他の問題を見る →
Go
12 件
Go で「declared and not used」エラーが解決できない
#go
#compile-error
#unused-variable
go install したコマンドが「command not found」で実行できない
#go
#go-install
#path
go mod tidy が失敗する(unknown revision / missing go.sum entry)
#go-mod
#modules
#goproxy
Go の他の問題を見る →
GitHub Actions
11 件
GitHub Actions の `set-output` deprecation 警告が消えない
#github-actions
#workflow
#deprecated
GitHub Actions の if 条件どおりにステップを実行できない
#github-actions
#if
#conditional
GitHub Actions の schedule(cron)が定刻に実行されない
#github-actions
#schedule
#cron
GitHub Actions の他の問題を見る →
ESLint
9 件
ESLint の `eslint-disable-next-line` で警告を抑止できない
#eslint
#disable
#comment
ESLint で ignore 指定したファイルが無視されない
#ignore
#config
#flat-config
ESLint の no-unused-vars が無視できない
#eslint
#no-unused-vars
#suppression
ESLint の他の問題を見る →
Visual Studio Code
9 件
VSCode で settings.json の設定が反映されない
#vscode
#settings
#json
VSCode の Format on Save が効かない
#vscode
#format
#prettier
ターミナルから code コマンドで VSCode を起動できない
#vscode
#cli
#path
Visual Studio Code の他の問題を見る →
Vercel
8 件
Vercel で monorepo のルートディレクトリが検出されずビルドが失敗する
#vercel
#monorepo
#build
Vercel でビルドが失敗してデプロイできない
#vercel
#build
#deploy
Vercel の Serverless Function がタイムアウトする
#vercel
#serverless
#timeout
Vercel の他の問題を見る →
Vite
8 件
Vite で path alias(@/)が解決できない
#alias
#paths
#tsconfig
Vite で環境変数(import.meta.env)が読み込めない
#env
#import-meta-env
#vite-prefix
Vite で CSS Modules のクラスが適用されない
#css-modules
#css
#postcss
Vite の他の問題を見る →
Vue.js
8 件
Vue.js の computed が更新されない
#vue
#computed
#reactivity
Vue 3 の Composition API で reactive を分割代入してリアクティビティが失われる
#vue3
#composition-api
#reactive
Vue 3 のカスタムコンポーネントで v-model が同期しない
#v-model
#defineModel
#props
Vue.js の他の問題を見る →
Docker Compose
7 件
docker compose の depends_on で起動順が待たれない
#compose
#depends_on
#healthcheck
docker compose のボリュームマウントで node_modules が消える
#compose
#volume
#bind-mount
docker compose up が「port is already allocated」で起動できない
#compose
#port
#network
Docker Compose の他の問題を見る →
Tailwind CSS
7 件
Tailwind CSS で動的に組み立てたクラス名が反映されない
#tailwindcss
#dynamic
#safelist
Tailwind CSS v4 で PostCSS 設定がエラーになる
#v4
#postcss
#config
Tailwind CSS の `prose` クラス(typography プラグイン)が適用されない
#tailwindcss
#typography
#prose
Tailwind CSS の他の問題を見る →
npm
6 件
npm install が EINTEGRITY エラーでインストールできない
#npm
#eintegrity
#checksum
npm update でメジャーバージョンに更新できない
#npm
#npm-update
#semver
npx が古いキャッシュ版を実行して最新バージョンにならない
#npm
#npx
#cache
npm の他の問題を見る →
Playwright
5 件
Playwright で要素をクリックできない(TimeoutError: locator.click)
#playwright
#timeout
#locator
Playwright でブラウザが起動できない(Executable doesn't exist)
#playwright
#install
#browser
Playwright で locator が要素を特定できない(strict mode violation)
#playwright
#locator
#strict-mode
Playwright の他の問題を見る →
pip
4 件
pip で「Could not open requirements file」が解決できない
#pip
#requirements
#install
pip コマンドが見つからない・実行できない(command not found / No module named pip)
#pip
#path
#command-not-found
pip install が「SSL: CERTIFICATE_VERIFY_FAILED」でインストールできない
#pip
#ssl
#certificate
pip の他の問題を見る →
Prettier
4 件
Prettier の Tailwind クラス自動ソート (prettier-plugin-tailwindcss) が効かない
#prettier
#plugin
#tailwindcss
Prettier で `Delete ␍` の改行コードエラーが消せない
#prettier
#eol
#crlf
.prettierignore が効かない/除外したファイルが整形される
#prettier
#ignore
#prettierignore
Prettier の他の問題を見る →
Prisma
4 件
Prisma で「Can't reach database server」(P1001)が解決できない
#prisma
#connection
#p1001
Next.js の開発時に Prisma が「too many connections」で接続できない
#prisma
#connection
#nextjs
Prisma で「@prisma/client did not initialize yet」が解決できない(prisma generate 未実行)
#prisma
#generate
#client
Prisma の他の問題を見る →
GitHub
3 件
GitHub Dependabot が PR を作成しない / 動かない
#dependabot
#security
#dependencies
GitHub の Fine-grained PAT で権限不足になり push / API 呼び出しができない
#github
#pat
#fine-grained
GitHub Pages がデプロイできない/サイトが反映されない
#pages
#deploy
#github-actions
GitHub の他の問題を見る →
Vitest
3 件
Vitest で「document is not defined」が解決できない(jsdom 環境未設定)
#vitest
#jsdom
#environment
Vitest で「describe is not defined」が解決できない(globals 未設定)
#vitest
#globals
#config
Vitest の vi.mock が効かない(巻き上げと factory のスコープ)
#vitest
#vi-mock
#mock
Vitest の他の問題を見る →