New Post: getting error when debugging nodejs in visual studio 2013
Hi, just checking, were you able to get it to work? (you marked it as an answer)
View ArticleNew Post: Unable to download debug module using npm while deploying to azure
Did you do the git push from the command line or from within Visual Studio? I just went through the following steps and the only issue I ran into is that the jade template needs to be updated to use...
View ArticleCommented Feature: TypeScript Support [291]
Hey there, I tried so hard trying to use TypeScript, but using nodeJS project doesn't seem to support TypeScript VS builders. I tried modifying the project file:```<PropertyGroup...
View ArticleCommented Feature: TypeScript Support [291]
Hey there, I tried so hard trying to use TypeScript, but using nodeJS project doesn't seem to support TypeScript VS builders. I tried modifying the project file:```<PropertyGroup...
View ArticleCommented Feature: TypeScript Support [291]
Hey there, I tried so hard trying to use TypeScript, but using nodeJS project doesn't seem to support TypeScript VS builders. I tried modifying the project file:```<PropertyGroup...
View ArticleCommented Unassigned: vs2012 Express project: Error: `doctype 5` is...
This is a simple fix of changing the 5 in the layout.jade file but it is always nice when a new project works right from the get go.Comments: Thanks for the report, we'll get this fixed!
View ArticleCommented Unassigned: broken SideWaffle Support [592]
Hi, currently SideWaffle (https://github.com/ligershark/side-waffle) templates are not usable inside nodejs Projects. What Solutions are thinkabel to solve this...
View ArticleEdited Feature: JS Language Service needs to understand ES6 generator...
Although still a [draft](http://wiki.ecmascript.org/doku.php?id=harmony:generators#syntax), there seems to be an overwhelming consensus regarding the syntax for generator functions in...
View ArticleEdited Issue: Error: `doctype 5` is deprecated, you must now use `doctype...
Jade update has broke layout.jade
View ArticleEdited Issue: Solution Explorer search box does not work [584]
When trying to use the Solution Explorer search box, no matching results are ever shown in VS 2013 (I don't know about earlier VS versions). It seems that project files are not being searched at all.
View ArticleEdited Issue: Intellisense Requiring Files [583]
I have a problem with intellisense not working when I require a file using path.resolve or join. This seems to kill the intellisense for everything Except core node objects. All local vars a missing....
View ArticleClosed Unassigned: NotImplementedException with Solution Explorer context...
Occurs only if Amazon’s AWS toolkit (AWS Tools for Windows 3.5.66.0) is installed since stack trace ploughs through a load of their code, which makes me suspicious. Problem happens if context menu...
View ArticleCommented Unassigned: Attaching to local node.exe does not work [578]
Steps to repoduce:- Start a node application with --debug- Go to Debug/Attach to Process- Choose Node remote debugging as transport- Enter "localhost:5858" into the qualifier field- A process is shown...
View ArticleEdited Issue: Attaching to local node.exe does not work [578]
Steps to repoduce:- Start a node application with --debug- Go to Debug/Attach to Process- Choose Node remote debugging as transport- Enter "localhost:5858" into the qualifier field- A process is shown...
View ArticleEdited Unassigned: Problem 'installing' kerberos when trying to install...
Hi,I came across a problem reported here a couple of times concerning the installation of the kerberos package (used by mongoose) on Windows 8.1My workaround was to:- Install Python 2.7- Update the...
View ArticleCommented Unassigned: Problem 'installing' kerberos when trying to install...
Hi,I came across a problem reported here a couple of times concerning the installation of the kerberos package (used by mongoose) on Windows 8.1My workaround was to:- Install Python 2.7- Update the...
View ArticleEdited Issue: project fails to load with a NullReferenceException [574]
Project fails to load and throws a NullReferenceException when package.json contains invalid json. Sometimes Visual Studio crashes as well.
View ArticleEdited Issue: Cannot install Angular [573]
Attempting to install Angular using the NPM interface in VS 2013, however it consistently fails when attempting to install (or build?) Contextify, which I presume must be an Angular dependency. Have...
View ArticleClosed Unassigned: Unable to download Node.js tool for Visual Studio [571]
Hi,I am new in node.js. I want to download NTVS 1.0 Alpha VS 2012.msi. But its always says a error :Bad RequestYour browser sent a request that this server could not understand.Reference...
View ArticleEdited Issue: Visual Studio 2013 MySQL module instalation fails [570]
When I'm trying to install Node.JS MySQL module trough Visual Studio 2013 npm Package Management, the installation fails due to the following errors:```npm ERR! Failed to parse jsonnpm ERR! Unexpected...
View Article