Skip to content

Commit

Permalink
Mention dist folder for older versions of NodeJS
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Nov 2, 2024
1 parent d126fbf commit 3a4cf40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Opifex on Deno see the [instructions](../deno/README.md)

## Playing around

Make sure you have NodeJS with a version > 22.6.0 installed.
Make sure you have NodeJS with a version > 22.6.0 installed if you want to run Typescript directly.
Alternatively there is a version transpiled to Javascript in the `/dist` folder which should work on any supported version of NodeJS.

### Server

Expand Down

0 comments on commit 3a4cf40

Please sign in to comment.