Skip to content

Commit

Permalink
Add documentation regarding node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
iddan committed Jun 22, 2021
1 parent 442a376 commit e9013d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ However some of the Prisma scalars do not have a natural standard representation

> **Note:** Not all Prisma scalar mappings are implemented yet: `Bytes`, `Decimal`, `Unsupported`
> **Note:** In order to support `BigInt` in `JSON.parse` and `JSON.stringify`, it is recommended to install this npm package together with this scalar. Otherwise, JavaScript will serialize the value as string.
> [json-bigint-patch](https://github.com/ardatan/json-bigint-patch)
> **Note:** `BigInt` is only supported since Node.js version 10.4.0. In order to support `BigInt` in `JSON.parse` and `JSON.stringify`, it is recommended to install this npm package together with this scalar. Otherwise, JavaScript will serialize the value as string.
> [json-bigint-patch](https://github.com/ardatan/json-bigint-patch).
While you are not required to use the implementations supplied by Nexus Prisma, you _are required to define custom scalars whose name matches the above mapping_.

Expand Down

0 comments on commit e9013d7

Please sign in to comment.