From 2801b25494d1081c66cd1fee0978573dbe50f9ce Mon Sep 17 00:00:00 2001 From: Tarun Jain <87998741+erjain@users.noreply.github.com> Date: Sun, 9 Apr 2023 19:06:40 +0530 Subject: [PATCH] Updated Frequent errors (markdown) --- Frequent-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequent-errors.md b/Frequent-errors.md index fe3a87b..4c0c4fb 100644 --- a/Frequent-errors.md +++ b/Frequent-errors.md @@ -112,7 +112,7 @@ Scenario: If you hit F5 to debug the `WebSPA` project of `eShopOnContainers` app ```bash RUN apt-get update RUN apt-get -y install curl gnupg - RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - + RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - RUN apt-get -y install nodejs RUN npm install RUN npm -v