Questions tagged [node.js-tools]

NTVS is a free, open source plugin that turns Visual Studio into a Node.js IDE. It is designed, developed, and supported by Microsoft and the community.

Node.js Tools for Visual Studio


NTVS is a free, open source plugin that turns Visual Studio into a Node.js IDE. It is designed, developed, and supported by Microsoft and the community.

Build status Join the chat at https://gitter.im/Microsoft/nodejstools

> Learn more and start developing Node.js applications in Visual Studio

alt tag

NTVS supports editing, Intellisense, profiling, npm, TypeScript, debugging locally and remotely (Windows/MacOS/Linux), as well Azure Web Sites and Cloud Services.

Documentation

Releases

  • Node.js Tools 1.1 includes support for Visual Studio 2012, 2013, and 2015
  • Dev Builds include the most recent changes and bugfixes (available for Visual Studio 2012, 2013, and 2015)

Contributions

We would love to have you as a contributor! * Contributing to NTVS * Build Instructions for NTVS

License

Apache License 2.0 (Apache)

5 questions
5
votes
1 answer

How does someone debug Sails.js code in Visual Studio?

I'm currently trying out Node.JS and using Visual Studio Community with Node.js Tools as my primary IDE. If I would create an Express application using this interface: Then I would hit F5, my Express application would start and I'd see this nice…
Evaldas Buinauskas
  • 13,739
  • 11
  • 55
  • 107
3
votes
0 answers

How can I fix the node.js tools "an unexpected error occurred" issue in Visual Studio 2022

I have a combined .Net Core / Vue app I created in VS2019. I recently separated the app so I can run the API separate to the UI, with the UI project created in VS2022 as the project file as a .njsproj extension which is incompatible with…
0
votes
2 answers

create-react-app + Visual Studio + F5 = "Unexpected token import"

React newbie here. How can I enable Visual Studio 2017 to run (via F5) a react.js app that's been created by create-react-app? Here's the steps I've followed so far: npm install -g create-react-app create-react-app my-app In Visual Studio 2016 RC…
Justin Grant
  • 44,807
  • 15
  • 124
  • 208
0
votes
1 answer

Visual Studio Shows Tons of JavaScript Errors for an ES6 project

I'm using Node.js tools for Visual Studio 2015. All ES6 features under Node.js tools options are turned on. I've tried turning them off too. I've also tried setting JavaScript files not to display syntax highlighting. Visual Studio displays tons of…
Jeff
  • 35,755
  • 15
  • 108
  • 220
0
votes
2 answers

Visual Studio 2015 Node.js tools npm version

I would like to use the latest npm within Visual Studio 2015. I've installed Joyent Node from the Visual Studio installer. I understand one can install Node.js seperately but we seem to have issues with that so we are trying to do things the…
spaceagestereo
  • 554
  • 1
  • 8
  • 19