Skip to content

Commit 4e670e1

Browse files
committed
--save-dev を -D に修正
1 parent a16d437 commit 4e670e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/3-web-servers/08-database/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ VS Code向けのPrisma拡張機能をインストールしましょう。これ
8888
続いて、新しいフォルダをVS Codeで開き、`npm init`コマンドを使用して`package.json`ファイルを作成した後、次の2つのコマンドを実行して、計5つのnpmパッケージをインストールします。
8989

9090
```shell
91-
npm install --save-dev prisma
91+
npm install -D prisma
9292
npm install @prisma/client @prisma/adapter-pg pg dotenv
9393
```
9494

0 commit comments

Comments
 (0)