Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open njsproj project in Visual studio 2012

When I open njsproj project in Visual studio 2012 it gives an error incompatible project

like image 384
Jason Avatar asked Jun 08 '14 11:06

Jason


People also ask

How do I open a node JS project in Visual Studio?

If you have Visual Studio installed already: In Visual Studio, go to Tools > Get Tools and Features. In the Visual Studio Installer, select the Node. js development workload, and select Modify to download and install the workload.

How do I open node JS in Visual Studio code?

Open the project folder in VS Code. Select Node. js when prompted for the application platform. Select either Yes or No when prompted to include Docker Compose files.

How do I create a node JS project in Visual Studio code step by step?

Following are some simple steps in order to create a simple NodeJS project and running it in VS Code editor. Step 1: Create an empty folder and move it into that folder from your VS Code editor, use the following command. mkdir demo cd demo code . Step 2: Now create a file app.


1 Answers

You need the Node.JS Tools for Visual Studio.

like image 141
Rick Liddle Avatar answered Sep 18 '22 16:09

Rick Liddle