本文へスキップ
できない.dev
用語集
検索
「できない」を、検索する。
エラーメッセージ・症状・コマンド名で引ける開発者向けの辞典
検索インデックスを読み込み中…
人気の用語
用語集を見る →
detached HEAD
git stash
monorepo
rebase
SSR (Server-Side Rendering)
DOM
JSX
PAT
ReferenceError
WSL
PyPI
useEffect
よくある「できない」
Git
24 件
Git merge でコンフリクトが解決できない
#merge
#conflict
#resolution
git branch -d でブランチを削除できない(not fully merged)
#git
#branch
#delete
Git revert でコンフリクトが出て元に戻せない
#revert
#conflict
#undo
Git の他の問題を見る →
Python
20 件
Python で「'NoneType' object has no attribute」が解消できない
#python
#attributeerror
#nonetype
Python venv が activate できない(Windows PowerShell)
#venv
#activate
#powershell
Python import できない(ModuleNotFoundError)
#import
#pip
#venv
Python の他の問題を見る →
React
16 件
React で「Each child in a list should have a unique key prop」警告が消せない
#react
#key
#list
React で setState しても画面が更新されない
#react
#state
#hooks
React で「Too many re-renders」が解消できない(無限レンダリングループ)
#react
#rerender
#infinite-loop
React の他の問題を見る →
TypeScript
16 件
TypeScript で「Property does not exist on type」が解消できない
#property
#type
#interface
TypeScript で `.js` 拡張子を付けないと NodeNext の import が解決できない
#typescript
#esm
#nodenext
TypeScript でオブジェクトリテラルに余分なプロパティを指定できない
#excess-property
#type
#object-literal
TypeScript の他の問題を見る →
Next.js
15 件
Next.js App Router で metadata(title / description)が反映されない
#nextjs
#metadata
#app-router
Next.js の next/image で画像が表示できない
#nextjs
#image
#remotePatterns
Next.js の Server Action が実行できない
#server-action
#app-router
#form
Next.js の他の問題を見る →
Node.js
14 件
Node.js で「ERR_UNKNOWN_FILE_EXTENSION: Unknown file extension ".ts"」が解決できない
#nodejs
#typescript
#esm
Node.js の ESM で「__dirname is not defined」が解決できない
#nodejs
#esm
#dirname
Node.js で「Error: Cannot find module」が解消できない
#node
#module
#require
Node.js の他の問題を見る →
Docker
13 件
docker run したコンテナがすぐ終了して起動し続けられない
#docker
#container
#exit
docker login の認証情報が保存できない(毎回ログインを求められる)
#docker
#login
#credentials
Docker の .dockerignore が効かずファイルを除外できない
#dockerignore
#build
#context
Docker の他の問題を見る →
Go
12 件
go mod tidy が失敗する(unknown revision / missing go.sum entry)
#go-mod
#modules
#goproxy
Go で「import cycle not allowed」が解決できない
#go
#import
#package
Go の go test がキャッシュで再実行されない
#test
#cache
#count
Go の他の問題を見る →
GitHub Actions
11 件
GitHub Actions が GITHUB_TOKEN の権限不足(403)で push / API できない
#github-actions
#github-token
#permissions
GitHub Actions の schedule(cron)が定刻に実行されない
#github-actions
#schedule
#cron
GitHub Actions の workflow_dispatch で手動実行できない(Run workflow が出ない)
#github-actions
#workflow-dispatch
#trigger
GitHub Actions の他の問題を見る →
ESLint
9 件
ESLint の no-unused-vars が無視できない
#eslint
#no-unused-vars
#suppression
ESLint の --fix で自動修正が適用されない
#eslint
#fix
#cli
ESLint Flat Config で @typescript-eslint/parser が読み込めない
#eslint
#typescript
#parser
ESLint の他の問題を見る →
Vite
9 件
Vite で HMR (Hot Module Replacement) が反映されない
#vite
#hmr
#hot-reload
Vite で「Rollup failed to resolve import」がビルドで消えない
#rollup
#build
#resolve
Vite で環境変数(import.meta.env)が読み込めない
#env
#import-meta-env
#vite-prefix
Vite の他の問題を見る →
Visual Studio Code
9 件
ターミナルから code コマンドで VSCode を起動できない
#vscode
#cli
#path
VSCode のブレークポイントで止まらない/効かない
#vscode
#debugger
#breakpoint
VSCode で IntelliSense(コード補完)が効かない
#vscode
#intellisense
#completion
Visual Studio Code の他の問題を見る →
Vercel
8 件
Vercel Cron Jobs が実行されない
#vercel
#cron
#schedule
Vercel で monorepo のルートディレクトリが検出されずビルドが失敗する
#vercel
#monorepo
#build
Vercel で環境変数が反映されない
#vercel
#environment
#deploy
Vercel の他の問題を見る →
Vue.js
8 件
Vue で子コンポーネントの emit したイベントが親で受け取れない
#vue
#emit
#events
Vue 3 の Composition API で reactive を分割代入してリアクティビティが失われる
#vue3
#composition-api
#reactive
Vue 3 の <script setup> で this が使えない
#vue3
#script-setup
#composition-api
Vue.js の他の問題を見る →
Docker Compose
7 件
docker compose のサービス名で DNS 解決できない
#compose
#network
#dns
docker compose の depends_on で起動順が待たれない
#compose
#depends_on
#healthcheck
docker compose up が「port is already allocated」で起動できない
#compose
#port
#network
Docker Compose の他の問題を見る →
Tailwind CSS
7 件
Tailwind CSS の dark モードが切り替わらない/適用されない
#tailwindcss
#dark-mode
#theme
Tailwind CSS v4 で PostCSS 設定がエラーになる
#v4
#postcss
#config
Tailwind CSS の任意値 (arbitrary value) が反映されない
#tailwindcss
#arbitrary
#jit
Tailwind CSS の他の問題を見る →
npm
6 件
npm install -g したコマンドが command not found で実行できない
#npm
#global-install
#command-not-found
npm update でメジャーバージョンに更新できない
#npm
#npm-update
#semver
npm scripts で環境変数が設定できない(Windows で動かない)
#npm
#scripts
#env
npm の他の問題を見る →
pip
5 件
pip で「Could not open requirements file」が解決できない
#pip
#requirements
#install
pip コマンドが見つからない・実行できない(command not found / No module named pip)
#pip
#path
#command-not-found
pip をアップグレードできない(pip install --upgrade pip が失敗する)
#pip
#upgrade
#windows
pip の他の問題を見る →
Playwright
5 件
Playwright で要素をクリックできない(TimeoutError: locator.click)
#playwright
#timeout
#locator
Playwright で page.goto が net::ERR_CONNECTION_REFUSED になる
#playwright
#webserver
#connection-refused
Playwright のテストが「Test timeout of 30000ms exceeded」で失敗する
#playwright
#timeout
#test
Playwright の他の問題を見る →
GitHub
4 件
GitHub の Fine-grained PAT で権限不足になり push / API 呼び出しができない
#github
#pat
#fine-grained
GitHub Dependabot が PR を作成しない / 動かない
#dependabot
#security
#dependencies
GitHub Pages がデプロイできない/サイトが反映されない
#pages
#deploy
#github-actions
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 件
.prettierignore が効かない/除外したファイルが整形される
#prettier
#ignore
#prettierignore
Prettier の設定ファイル (.prettierrc) が読み込まれない
#prettier
#config
#prettierrc
Prettier で `Delete ␍` の改行コードエラーが消せない
#prettier
#eol
#crlf
Prettier の他の問題を見る →
Prisma
4 件
Prisma で「Can't reach database server」(P1001)が解決できない
#prisma
#connection
#p1001
Prisma で「Environment variable not found: DATABASE_URL」が解決できない
#prisma
#env
#database-url
Prisma で「@prisma/client did not initialize yet」が解決できない(prisma generate 未実行)
#prisma
#generate
#client
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 で TypeScript が「SyntaxError: Unexpected token」で実行できない
#jest
#typescript
#ts-jest
Jest で「Cannot use import statement outside a module」が解決できない
#jest
#esm
#transform
Jest で「ReferenceError: document is not defined」が解決できない
#jest
#jsdom
#testEnvironment
Jest の他の問題を見る →
pnpm
3 件
pnpm: command not found で pnpm コマンドが実行できない
#pnpm
#corepack
#path
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 の他の問題を見る →
MySQL
2 件
MySQL で「Client does not support authentication protocol」が解決できない
#mysql
#authentication
#caching-sha2-password
MySQL で「Access denied for user」でログインできない
#mysql
#access-denied
#authentication
MySQL の他の問題を見る →