Browse Source

change min required version of nodejs

pull/21534/head
masum-ulu 1 year ago
parent
commit
a5e6dd11f3
  1. 2
      docs/en/get-started/layered-web-application.md
  2. 2
      docs/en/get-started/single-layer-web-application.md
  3. 2
      docs/en/tutorials/todo/layered/index.md
  4. 2
      docs/en/tutorials/todo/single-layer/index.md
  5. 2
      templates/app-nolayers/aspnet-core/README.md
  6. 2
      templates/app/aspnet-core/README.md

2
docs/en/get-started/layered-web-application.md

@ -22,7 +22,7 @@ The following tools should be installed on your development machine:
* [Visual Studio 2022](https://visualstudio.microsoft.com/) or another IDE that supports [.NET 9.0+](https://dotnet.microsoft.com/download/dotnet) development. <sup id="a-editor">[1](#f-editor)</sup>
* [.NET 9.0+](https://dotnet.microsoft.com/en-us/download/dotnet)
{{ if UI != "Blazor" }}
* [Node v22+](https://nodejs.org/)
* [Node v20.11+](https://nodejs.org/)
* [Yarn v1.22+ (not v2)](https://classic.yarnpkg.com/en/docs/install) <sup id="a-yarn">[2](#f-yarn)</sup> or npm v10+ (already installed with Node)
{{ end }}
{{ if Tiered == "Yes" }}

2
docs/en/get-started/single-layer-web-application.md

@ -21,7 +21,7 @@ The following tools should be installed on your development machine:
* [Visual Studio 2022](https://visualstudio.microsoft.com/) or another IDE that supports [.NET 9.0+](https://dotnet.microsoft.com/download/dotnet) development. <sup id="a-editor">[1](#f-editor)</sup>
* [.NET 9.0+](https://dotnet.microsoft.com/en-us/download/dotnet)
{{ if UI != "Blazor" }}
* [Node v22+](https://nodejs.org/)
* [Node v20.11+](https://nodejs.org/)
* [Yarn v1.22+ (not v2)](https://classic.yarnpkg.com/en/docs/install) <sup id="a-yarn">[2](#f-yarn)</sup> or npm v10+ (already installed with Node)
{{ end }}
{{ if Tiered == "Yes" }}

2
docs/en/tutorials/todo/layered/index.md

@ -53,7 +53,7 @@ This documentation has a video tutorial on **YouTube**!! You can watch it here:
## Pre-Requirements
* An IDE (e.g. [Visual Studio](https://visualstudio.microsoft.com/vs/)) that supports [.NET 9.0+](https://dotnet.microsoft.com/download/dotnet) development.
* [Node v22+](https://nodejs.org/)
* [Node v20.11+](https://nodejs.org/)
{{if DB=="Mongo"}}

2
docs/en/tutorials/todo/single-layer/index.md

@ -49,7 +49,7 @@ This documentation has a video tutorial on **YouTube**!! You can watch it here:
## Pre-Requirements
* An IDE (e.g. [Visual Studio](https://visualstudio.microsoft.com/vs/)) that supports [.NET 9.0+](https://dotnet.microsoft.com/download/dotnet) development.
* [Node v22+](https://nodejs.org/)
* [Node v20.11+](https://nodejs.org/)
{{if DB=="Mongo"}}

2
templates/app-nolayers/aspnet-core/README.md

@ -7,7 +7,7 @@ This is a minimalist, non-layered startup solution with the ABP Framework. All t
### Pre-requirements
* [.NET 9.0+ SDK](https://dotnet.microsoft.com/download/dotnet)
* [Node v22+](https://nodejs.org/en)
* [Node v20.11+](https://nodejs.org/en)
### Configurations

2
templates/app/aspnet-core/README.md

@ -7,7 +7,7 @@ This is a layered startup solution based on [Domain Driven Design (DDD)](https:/
### Pre-requirements
* [.NET 9.0+ SDK](https://dotnet.microsoft.com/download/dotnet)
* [Node v22+](https://nodejs.org/en)
* [Node v20.11+](https://nodejs.org/en)
<TEMPLATE-REMOVE IF-NOT='TIERED'>
* [Redis](https://redis.io/)
</TEMPLATE-REMOVE>

Loading…
Cancel
Save