Practicing node using VS

I am trying but why does the terminal show an error?


but, from the CMD I get no error

Is this one of the SitePoint books that you are following?

its a course on udemy…


would a sitepoint book be better?

That all depends on the ways in which you approach learning.

With node, you need to install it on your machine first. The course should have information for you about doing that.

dang, doesn’t this show its installed?
image
But I get this in the VS terminal

If you started the VS terminal before installing Node, it won’t have up to date information about how to access Node. Closing VS Code and restarting it is a solution to that issue.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.