Absolute Beginner, Visual Studio Terminal

On visual studio code, check “terminal” on the top toolbar and select “New terminal”, here’s a screen capture.

Open terminal in VS code

Make sure that you have node correctly installed, using node -v as below (your version might differ, just be sure it’s 8 or higher)

Node version check

Leave a Comment