diff --git a/docs/en/Tutorials/Todo/Index.md b/docs/en/Tutorials/Todo/Index.md index b3e5a876df..5ecee2074b 100644 --- a/docs/en/Tutorials/Todo/Index.md +++ b/docs/en/Tutorials/Todo/Index.md @@ -17,6 +17,7 @@ You can find the source code of the completed application [here](https://github. ## Pre-Requirements * An IDE (e.g. [Visual Studio](https://visualstudio.microsoft.com/vs/)) that supports [.NET 6.0+](https://dotnet.microsoft.com/download/dotnet) development. +* [Node v14.x](https://nodejs.org/) {{if DB=="Mongo"}} @@ -24,12 +25,6 @@ You can find the source code of the completed application [here](https://github. {{end}} -{{if UI=="NG"}} - -* [Node v14.x](https://nodejs.org/) - -{{end}} - ## Creating a New Solution We will use the [ABP CLI](../../CLI.md) to create new solutions with the ABP Framework. You can run the following command in a command-line terminal to install it: