We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16d437 commit 4e670e1Copy full SHA for 4e670e1
1 file changed
docs/3-web-servers/08-database/index.mdx
@@ -88,7 +88,7 @@ VS Code向けのPrisma拡張機能をインストールしましょう。これ
88
続いて、新しいフォルダをVS Codeで開き、`npm init`コマンドを使用して`package.json`ファイルを作成した後、次の2つのコマンドを実行して、計5つのnpmパッケージをインストールします。
89
90
```shell
91
-npm install --save-dev prisma
+npm install -D prisma
92
npm install @prisma/client @prisma/adapter-pg pg dotenv
93
```
94
0 commit comments