New Comment on "Build Instructions for NTVS"
I built the solution but I noticed running in experimental mode hit an error where Microsoft.NodejsTools.targets wasn't sitting in the right place. I copied it from the build output to the expected...
View ArticleEdited Issue: Unable to enter debug mode [888]
I use F5 to start my program, but it does not automatically open the browser to run, has been staying in the picture frame, I try to use CTRL + F5 to run properly, I do not understand where the problem...
View ArticleCommented Issue: Cannot start from existing mean.io project [1108]
If you are not familiar with mean.io, it is a boilerplate/framework using the MEAN stack (Mongodb Express Angular Node.js, see http://mean.io).The issue I encounter is that I cannot create a project...
View ArticleCommented Issue: Cannot start from existing mean.io project [1108]
If you are not familiar with mean.io, it is a boilerplate/framework using the MEAN stack (Mongodb Express Angular Node.js, see http://mean.io).The issue I encounter is that I cannot create a project...
View ArticleCreated Issue: Output windows spits out garbage chars while installing npm...
Configuration- Win8.1 CHS- VS 2013 Ult ENU with Update 3 RC- NTVS build 20627.00- Node.js 0.10.29Repro- create a Node.js Express application- Notice the output window during the process of install the...
View ArticleCommented Issue: Cannot start from existing mean.io project [1108]
If you are not familiar with mean.io, it is a boilerplate/framework using the MEAN stack (Mongodb Express Angular Node.js, see http://mean.io).The issue I encounter is that I cannot create a project...
View ArticleCommented Issue: Cannot start from existing mean.io project [1108]
If you are not familiar with mean.io, it is a boilerplate/framework using the MEAN stack (Mongodb Express Angular Node.js, see http://mean.io).The issue I encounter is that I cannot create a project...
View ArticleCommented Issue: Cannot start from existing mean.io project [1108]
If you are not familiar with mean.io, it is a boilerplate/framework using the MEAN stack (Mongodb Express Angular Node.js, see http://mean.io).The issue I encounter is that I cannot create a project...
View ArticleEdited Issue: Should and Underscore not playing nice [1103]
Install underscore and should into console app. require underscore and you'll notice should showing up in underscore
View ArticleCommented Issue: Cannot start from existing mean.io project [1108]
If you are not familiar with mean.io, it is a boilerplate/framework using the MEAN stack (Mongodb Express Angular Node.js, see http://mean.io).The issue I encounter is that I cannot create a project...
View ArticleCommented Issue: Output windows spits out garbage chars while installing npm...
Configuration- Win8.1 CHS- VS 2013 Ult ENU with Update 3 RC- NTVS build 20627.00- Node.js 0.10.29Repro- create a Node.js Express application- Notice the output window during the process of install the...
View ArticleNew Post: Run locally crashes VS every time
Same problem. VS2013. WebEssentials 2013. Stack trace from Event Viewer:Description: Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled...
View ArticleCommented Issue: Cannot start from existing mean.io project [1108]
If you are not familiar with mean.io, it is a boilerplate/framework using the MEAN stack (Mongodb Express Angular Node.js, see http://mean.io).The issue I encounter is that I cannot create a project...
View ArticleCommented Issue: Cannot start from existing mean.io project [1108]
If you are not familiar with mean.io, it is a boilerplate/framework using the MEAN stack (Mongodb Express Angular Node.js, see http://mean.io).The issue I encounter is that I cannot create a project...
View ArticleNew Post: A whole bunch of bug fixes on their way...
Really looking forward to the release. At the moment there are a couple of NTVS projects that have problems when it comes to editing and saving code files - the IDE hangs for around 8-10 seconds on...
View ArticleNew Post: Run locally crashes VS every time
I'm seeing the same problem too. VS2013. Surface Pro.
View ArticleNew Post: Run locally crashes VS every time
It looks like a duplicate of #1052 - if so, installing the most recent dev build should fix this.
View ArticleNew Post: Run locally crashes VS every time
Installing May 14, 2014, Alpha dev build (NTVS Dev 2014-05-14 VS 2013.msi) solved issue for me.
View ArticleCreated Issue: Quick Info for expressions can be too long [1143]
```function f(g) { return ""; }f(function () { }).length```Hover over `length`. The quick tip for it will include the entire text of expression, including the body of the anonymous function. This is...
View Article