Created Issue: Azure Worker Role Publish never completes if node_modules...
You have to manually include node_modules in your project if you want it to be deployed. It should be included automatically.
View ArticleCommented Issue: Azure Worker Role Publish never completes if node_modules...
You have to manually include node_modules in your project if you want it to be deployed. It should be included automatically.Comments: Here's an interesting sample for node.js worker role. It works...
View ArticleNew Post: TypeScript and Build events
@nabog for compiler options it is not a problem because you can set them by editing project file, but I was not aware that you can do the same for pre/post build events. I just test it with simple...
View ArticleCommented Issue: NPM New UI - Can't parse package.json on VS 2012 [695]
VS 2012 Update 4Node.js 0.10.26 32-bitCreate new Express project, say 'yes' to install expressResult: In solution explorer, you won't see any nodes under npm/global modules or directly under npm....
View ArticleCommented Issue: NPM New UI - Can't parse package.json on VS 2012 [695]
VS 2012 Update 4Node.js 0.10.26 32-bitCreate new Express project, say 'yes' to install expressResult: In solution explorer, you won't see any nodes under npm/global modules or directly under npm....
View ArticleCommented Issue: NPM New UI - This package has no keywords, version 0.0.0 [704]
Looks like every item in the npm Package Manager dialog has `(This package has no keywords.)` line.Is that statement accurate or is the parsing of keywords not working correctly?If it's parsing...
View ArticleEdited Issue: Azure Worker Role Publish never completes if node_modules isn't...
You have to manually include node_modules in your project if you want it to be deployed. It should be included automatically.
View ArticleCommented Issue: Azure Worker Role Publish never completes if node_modules...
You have to manually include node_modules in your project if you want it to be deployed. It should be included automatically.Comments: dup of 643
View ArticleEdited Issue: Azure Worker Role Publish never completes if node_modules isn't...
You have to manually include node_modules in your project if you want it to be deployed. It should be included automatically.
View ArticleCommented Issue: Azure Worker Role Publish never completes if node_modules...
You have to manually include node_modules in your project if you want it to be deployed. It should be included automatically.Comments: actually 643 appears to be fixed and this is still broken
View ArticleEdited Issue: node_modules not being published... [643]
These used to be included automatically, for some reason they're no longer being picked up.
View ArticleEdited Issue: Missing labels in WPF UI [607]
All pages are missing several controls. First page looks like...
View ArticleCreated Issue: Publish express app to azure issue [706]
Create new Azure Express app, click yes to install expressPublish to Azure Web SiteIt succeeds but the browser page that opens to your published site will give you a 500 errorIt makes no difference if...
View ArticleEdited Issue: VS crashes when start debugging [705]
On both VS 2012 and 2013, I get the following assert followed by crash.This is on Feb 27 build which includes new npm ui. The build is supposed to have the reverted json...
View ArticleCreated Issue: Typo in remote debug error message [707]
```---------------------------Error---------------------------Could not attach to node.exe process on Azure web site at http://hvdebug3.azurewebsites.net/Make sure that the web site is running and...
View ArticleCreated Issue: General exception message when trying to remote attach [708]
Publish to azure web site, try to remote debug attach using Node.js remote debugging transport.Not sure what I'm doing wrong, it would be nice if the error message had more...
View ArticleEdited Issue: General exception message when trying to remote attach [708]
Publish to azure web site, try to remote debug attach using Node.js remote debugging transport.Not sure what I'm doing wrong, it would be nice if the error message had more...
View ArticleEdited Issue: General exception message when trying to remote attach [708]
Publish to azure web site, try to remote debug attach using Node.js remote debugging transport.Not sure what I'm doing wrong, it would be nice if the error message had more info.This appears when I...
View ArticleEdited Issue: General exception message when trying to remote attach [708]
Publish to azure web site, try to remote debug attach using Node.js remote debugging transport.Not sure what I'm doing wrong, it would be nice if the error message had more info.This appears when I...
View Article