本文へスキップ
できない.dev
用語集
検索
「できない」を、検索する。
エラーメッセージ・症状・コマンド名で引ける開発者向けの辞典
検索インデックスを読み込み中…
人気の用語
用語集を見る →
bundler
glob
ORM
Promise
detached HEAD
git stash
monorepo
rebase
SSR (Server-Side Rendering)
DOM
JSX
PAT
よくある「できない」
Git
24 件
Git push でタグがリモートに反映されない(タグを push できない)
#push
#tag
#remote
Git で「fatal: not a git repository」が解決できない
#git-init
#repository
#fatal
Git rebase でコンフリクトが解消できない
#rebase
#conflict
#merge
Git の他の問題を見る →
Python
20 件
Python で「json.decoder.JSONDecodeError: Expecting value」が解消できない
#python
#json
#jsondecodeerror
python コマンドが「command not found」で実行できない
#python
#path
#command-not-found
pyenv で Python のバージョンが切り替わらない
#python
#pyenv
#version
Python の他の問題を見る →
React
16 件
React で「Each child in a list should have a unique key prop」警告が消せない
#react
#key
#list
React Context の値が更新されない
#react
#context
#provider
React で setState しても画面が更新されない
#react
#state
#hooks
React の他の問題を見る →
TypeScript
16 件
TypeScript で「Type instantiation is excessively deep and possibly infinite」が解決できない
#tsc
#types
#recursive-type
TypeScript で「can only be default-imported using the esModuleInterop flag」(TS1259) が消えない
#esmoduleinterop
#import
#commonjs
TypeScript でオブジェクトリテラルに余分なプロパティを指定できない
#excess-property
#type
#object-literal
TypeScript の他の問題を見る →
Next.js
15 件
Next.js の next/image で画像が表示できない
#nextjs
#image
#remotePatterns
Next.js App Router で page.tsx を置いても 404 が解消できない
#nextjs
#app-router
#not-found
Next.js の Server Action が実行できない
#server-action
#app-router
#form
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 build で「no space left on device」が出てビルドできない
#docker
#build
#disk
Docker build でキャッシュが効いて変更が反映されない
#build
#cache
#dockerfile
Docker build できない(Cannot connect to the Docker daemon)
#daemon
#build
#permission
Docker の他の問題を見る →
Go
12 件
Go で「import cycle not allowed」が解決できない
#go
#import
#package
Go の go run でパッケージが実行できない(package is not a main package)
#run
#package
#main
Go で `cannot find module providing package` エラーが解消できない
#go
#modules
#go-mod
Go の他の問題を見る →
GitHub Actions
11 件
GitHub Actions の schedule(cron)が定刻に実行されない
#github-actions
#schedule
#cron
GitHub Actions でステップ間に環境変数が引き継げない
#github-actions
#env
#github-env
GitHub Actions の matrix で 1 件失敗すると他のジョブが実行できない
#github-actions
#matrix
#fail-fast
GitHub Actions の他の問題を見る →
ESLint
9 件
ESLint の no-unused-vars が無視できない
#eslint
#no-unused-vars
#suppression
ESLint Flat Config で @typescript-eslint/parser が読み込めない
#eslint
#typescript
#parser
ESLint で eslint-plugin が読み込めないエラーが解消できない
#eslint
#plugin
#flat-config
ESLint の他の問題を見る →
Vite
9 件
Vite で HMR (Hot Module Replacement) が反映されない
#vite
#hmr
#hot-reload
Vite で「Rollup failed to resolve import」がビルドで消えない
#rollup
#build
#resolve
Vite ビルドで chunk size warning(500kB 超過)を消せない
#build
#chunk
#rollup
Vite の他の問題を見る →
Visual Studio Code
9 件
ターミナルから code コマンドで VSCode を起動できない
#vscode
#cli
#path
VSCode の Format on Save が効かない
#vscode
#format
#prettier
VSCode の型エラーが tsc と食い違う(TypeScript バージョン不一致)
#vscode
#typescript
#tsserver
Visual Studio Code の他の問題を見る →
Vercel
8 件
Vercel の Serverless Function がタイムアウトする
#vercel
#serverless
#timeout
Vercel Cron Jobs が実行されない
#vercel
#cron
#schedule
Vercel が git push してもデプロイされない
#vercel
#deploy
#git
Vercel の他の問題を見る →
Vue.js
8 件
Vue で watch が発火しない
#vue
#watch
#composition-api
Vue で子コンポーネントの emit したイベントが親で受け取れない
#vue
#emit
#events
Vue 3 の <script setup> で this が使えない
#vue3
#script-setup
#composition-api
Vue.js の他の問題を見る →
Docker Compose
7 件
docker-compose コマンドが見つからない(command not found)
#docker-compose
#compose
#command-not-found
docker compose up が「port is already allocated」で起動できない
#compose
#port
#network
docker compose のボリュームマウントで node_modules が消える
#compose
#volume
#bind-mount
Docker Compose の他の問題を見る →
Tailwind CSS
7 件
Tailwind CSS の任意値 (arbitrary value) が反映されない
#tailwindcss
#arbitrary
#jit
Tailwind CSS v4 で PostCSS 設定がエラーになる
#v4
#postcss
#config
Tailwind CSS のクラスが効かない(スタイルが反映されない)
#tailwindcss
#content
#configuration
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 install が「SSL: CERTIFICATE_VERIFY_FAILED」でインストールできない
#pip
#ssl
#certificate
pip install が「error: externally-managed-environment」で失敗する(PEP 668)
#pip
#pep-668
#venv
pip で「Could not open requirements file」が解決できない
#pip
#requirements
#install
pip の他の問題を見る →
Playwright
5 件
Playwright でブラウザが起動できない(Executable doesn't exist)
#playwright
#install
#browser
Playwright で要素をクリックできない(TimeoutError: locator.click)
#playwright
#timeout
#locator
Playwright で locator が要素を特定できない(strict mode violation)
#playwright
#locator
#strict-mode
Playwright の他の問題を見る →
GitHub
4 件
git clone が「Repository not found」で失敗する(private/認証)
#github
#clone
#repository-not-found
GitHub の Fine-grained PAT で権限不足になり push / API 呼び出しができない
#github
#pat
#fine-grained
GitHub Dependabot が PR を作成しない / 動かない
#dependabot
#security
#dependencies
GitHub の他の問題を見る →
PostgreSQL
4 件
PostgreSQL で「sorry, too many clients already」が出て接続できない
#postgresql
#max_connections
#pgbouncer
PostgreSQL で「password authentication failed for user」になり接続できない
#postgresql
#authentication
#pg_hba
PostgreSQL で「role does not exist」になり接続・操作できない
#postgresql
#role
#authentication
PostgreSQL の他の問題を見る →
Prettier
4 件
Prettier の Tailwind クラス自動ソート (prettier-plugin-tailwindcss) が効かない
#prettier
#plugin
#tailwindcss
Prettier で `Delete ␍` の改行コードエラーが消せない
#prettier
#eol
#crlf
.prettierignore が効かない/除外したファイルが整形される
#prettier
#ignore
#prettierignore
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 で「describe is not defined」が解決できない(globals 未設定)
#vitest
#globals
#config
Vitest の vi.mock が効かない(巻き上げと factory のスコープ)
#vitest
#vi-mock
#mock
Vitest の他の問題を見る →
Jest
3 件
Jest で「Cannot use import statement outside a module」が解決できない
#jest
#esm
#transform
Jest で「ReferenceError: document is not defined」が解決できない
#jest
#jsdom
#testEnvironment
Jest で TypeScript が「SyntaxError: Unexpected token」で実行できない
#jest
#typescript
#ts-jest
Jest の他の問題を見る →
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 の他の問題を見る →
MySQL
2 件
MySQL で「Client does not support authentication protocol」が解決できない
#mysql
#authentication
#caching-sha2-password
MySQL で「Access denied for user」でログインできない
#mysql
#access-denied
#authentication
MySQL の他の問題を見る →