ntvs Questions

3

I have an NTVS (Node Tools for Visual Studio) project with Typescript. The following statement doesn't compile: import debug = require('debug')('MyApp'); The syntax error being (TS) ';' expe...
Driest asked 9/12, 2017 at 0:47

1

I recently installed NodeJS Tools for Visual Studio which touts support for Node environments in VS. Notably, it has the ability to set debug breakpoints from the IDE. It's unclear to me if it is ...
Admittance asked 10/12, 2015 at 20:20

2

I'm investigating using NTVS (https://nodejstools.codeplex.com/) with Visual Studio 2013 to debug my Meteor/Node application. I can't figure out how to get debugging to work. The problem is that w...
Fidelis asked 18/9, 2014 at 1:58

1

Solved

I am using Node.js Tools for Visual Studio. When I am opening a project it will take some time to load, because of Node.js analysis process. Another problem is .ntvs_analysis.dat is growing larg...
Dumps asked 22/9, 2015 at 14:39

3

Solved

I have moved an existing node.js + express project to VS because I prefer the IDE over JetBrains for now (used VS for years, only peeked into Webstorm). I used NTVS new project->from existing sour...
Trod asked 24/10, 2014 at 18:31

2

Solved

I'm working on a Node project in Visual Studio 2012 and have just run into the infamous 260 character file path limit error. My questions is: is it even possible to work on a Node project of any s...
Rotman asked 28/4, 2014 at 21:14

2

I have created a Node JS project in Visual Studio (2012 professional and 2013 community) with NTVS and used a Yeoman generator to create a Knockout SPA app (using the typescript option in the gener...
Midbrain asked 15/6, 2015 at 7:29

1

Solved

I just downloaded the Node.js tools for Visual Studio and I can't find a way to open a Console window from inside VS. It's useful to trigger npm commands like install, run build... I know I could...
Dyaus asked 25/3, 2015 at 21:50

0

I have a node project which I've imported into Visual Studio from Web Storm. The mocha tests run fine in Web Storm but in Visual Studio they don't run at all. I've set the test framework on the rel...
Launch asked 19/11, 2014 at 12:13

1

Solved

Visual Studio has a Typescript addon for developing apps with the Typescript language. And there is also the Node.js Tools for VS, with which one is able to create and debug Node.js applications. ...
Accordingly asked 9/1, 2014 at 16:18
1

© 2022 - 2024 — McMap. All rights reserved.