Skip to content

Commit

Permalink
fix node version and instructions (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincetiu8 authored Oct 13, 2024
1 parent 731bb01 commit c4f4619
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 18.18.2
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,10 @@ If you see an error message similar to this one:
The engine "node" is incompatible with this module. Expected version ">=12.0.0". Got "11.15.0"
```

This means you are using the wrong node version. This boilerplate relies on using node version 14.8. If you are using any other version of node, please use `nvm` to set node version to `14.8.3` as referenced [here](https://blog.logrocket.com/how-switch-node-js-versions-nvm/).
or this one:

```
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.2"
```

This means you are using the wrong node version. This boilerplate relies on using node version 18.18.2. If you are using any other version of node, please use `nvm` to set node version to `18.18.2` as referenced [here](https://blog.logrocket.com/how-switch-node-js-versions-nvm/).

0 comments on commit c4f4619

Please sign in to comment.