erotsppa
erotsppa

Reputation: 15021

How to install node js tools for Visual Studio 2019?

I'm fairly new to web development (coming from app development). I'm trying to use visual studio 2019 on mac and I don't see a way to install the node js extensions or 'workload' that a lot of tutorials are recommending.

How do I get started with node js and react development in VS 2019?

Upvotes: 0

Views: 2602

Answers (1)

SLaks
SLaks

Reputation: 887405

VS for Mac is rather different from VS for Windows, and does not yet support Node.js.

Instead, you should use Visual Studio Code, which is the same on all platforms and does.

Upvotes: 2

Related Questions