Skip to content

Commit

Permalink
beta fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Sep 11, 2018
1 parent b7f7424 commit cb735e8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ brew tap prisma/prisma
```

```bash copy
npm install -g prisma
npm install -g prisma@beta
```

</Code>
Expand Down Expand Up @@ -83,7 +83,7 @@ Next, initialize an empty NPM project in the current directory and install the r

```bash copy
npm init -y
npm install --save prisma-lib graphql
npm install --save prisma-client-lib graphql
```

## Read and write data using the Prisma client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ brew tap prisma/prisma
```

```bash copy
npm install -g prisma
npm install -g prisma@beta
```

</Code>
Expand Down Expand Up @@ -202,7 +202,7 @@ Next, initialize an empty NPM project in the current directory and install the r

```bash copy
npm init -y
npm install --save prisma-lib graphql
npm install --save prisma-client-lib graphql
```

## Read and write data using the Prisma client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ brew tap prisma/prisma
```

```bash copy
npm install -g prisma
npm install -g prisma@beta
```

</Code>
Expand Down Expand Up @@ -187,7 +187,7 @@ Next, initialize an empty NPM project in the current directory and install the r

```bash copy
npm init -y
npm install --save prisma-lib graphql
npm install --save prisma-client-lib graphql
```

## Read and write data using the Prisma client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The Prisma CLI can be installed from the [NPM registry](https://docs.npmjs.com/m
### NPM

```bash
npm install -g prisma
npm install -g prisma@beta
```

### Yarn
Expand Down

0 comments on commit cb735e8

Please sign in to comment.