From afcc8cc6ed47393099cbcd106796c5028f657cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 1 Jun 2022 15:59:31 +0300 Subject: [PATCH] Update Index.md --- docs/en/Tutorials/Todo/Index.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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: