-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix node version and instructions (#1)
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodejs 18.18.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/). |