Updated Frequent errors (markdown)

Tarun Jain 2023-04-09 19:06:40 +05:30
parent 663f461bb3
commit 2801b25494

@ -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