Skip to content

Commit

Permalink
Document minimum node v12 & v14 versions in README. (sucrase issue pull
Browse files Browse the repository at this point in the history
sveltejs#1000).

See my comment

sveltejs#1000 (comment)

references

>Node.js 14.13.0 added support for named CJS exports, see #35249 and this change has also been backported to Node.js v12.20.0.

nodejs/node#32137 (comment)

and

>Yep, it was fixed after downloading 14.13.1, thank you

nodejs/node#35249 (comment)
  • Loading branch information
Paul Delhanty committed May 17, 2021
1 parent 6f10193 commit 9798f00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Please see [the documentation](https://kit.svelte.dev/docs) for information abou

## Developing

Ensure that you have a recent version of node:

```
node -v
```

For node v12 you should have at least `v12.12.0` and for node v14 at least `v14.13.1`.

This monorepo uses [pnpm](https://pnpm.js.org/en/). Install it...

```bash
Expand Down

0 comments on commit 9798f00

Please sign in to comment.