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