Skip to content

Commit

Permalink
📝 Adding requirements in the readme #9
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Apr 12, 2021
1 parent 94d199d commit eb5a019
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Join [solid discord](https://discord.com/invite/solidjs) and check the [troubles
- Support typescript (`.tsx`) out of the box
- Support code splitting out of the box

## Requirements

We've recently made this module 100% esm compatible. As per [this document](https://nodejs.org/api/esm.html) it is strongly recommended to have at least version `14.13.0` of node installed.

You can check your current version of node by typing `node -v` in your terminal. If your version is below that one version I'd encourage you to either do an update globally or use a node version management tool such as [volta](https://volta.sh/) or [nvm](https://github.com/nvm-sh/nvm).

## Quickstart

You can use the [vite-template-solid](https://github.com/amoutonbrady/vite-template-solid) starter templates similar to CRA:
Expand Down

0 comments on commit eb5a019

Please sign in to comment.