Commented Issue: npm Package manager fails to retrieve published package list...
Sometimes, when I right click npm and select "Manage npm Modules", the package manages says "Loading published package list", but it comes back empty. See screenshot here:...
View ArticleNew Post: Converting raw Node.js worker role to NTVS project
Since something is messed up on my workstation preventing me from using the Azure Powershell cmdlets properly, I am trying to see if NTVS can save the day by upgrading the Node.js app folder into a...
View ArticleNew Post: Converting raw Node.js worker role to NTVS project
I notice the Node.js project had the option to convert into Microsoft Azure cloud service app, of which it created its own separate cloud service deployment project. So I removed my own cloud service...
View ArticleNew Post: "One or more errors occurred." error when creating node project
Starting with a fresh install of VS2013+Update 3 on Windows 8.1. File/New/Project/Blank Node.js Web Application (or any other node project) Check "Create directory..." and uncheck "Add to source...
View ArticleNew Post: Converting raw Node.js worker role to NTVS project
Ok so I inspected the .ccproj file and found<ProjectReference Include="..\SocketWorker\SocketWorker.njsproj"> <Name>SocketWorker</Name>...
View ArticleCommented Unassigned: Brace Highlighting no longer works in editor [1381]
If I edit a Node javascript file, then the brace highlighting no longer works. If I edit a clientside javascript file, then the brace highlighting works.Comments: I am using 1.0 beta 2. It is possible...
View ArticleCommented Unassigned: Brace Highlighting no longer works in editor [1381]
If I edit a Node javascript file, then the brace highlighting no longer works. If I edit a clientside javascript file, then the brace highlighting works.Comments: I disabled all extensions except the...
View ArticleCommented Unassigned: one or more errors occurred [1358]
Hi, I installed VS2013 and NodeJS 1.0 Beta 2. When I try to create a new project VS shows "one or more errors occurred". The project is not created, just the .sln is created. Can I find the reason in...
View ArticleNew Post: "One or more errors occurred." error when creating node project
In my case, the problem was that I didn't have node installed (it was a new PC build). Suggest that the installed check for that
View ArticleCommented Unassigned: one or more errors occurred [1358]
Hi, I installed VS2013 and NodeJS 1.0 Beta 2. When I try to create a new project VS shows "one or more errors occurred". The project is not created, just the .sln is created. Can I find the reason in...
View ArticleCreated Unassigned: If node is not installed, NTVS installs properly but...
On a fresh Win 8.1 install with VS 2013 Update 3, NTVS Beta 2 installs properly but when you create a new node project, it fails with "One or more errors occurred." No additional information appears in...
View ArticleCommented Unassigned: Brace Highlighting no longer works in editor [1381]
If I edit a Node javascript file, then the brace highlighting no longer works. If I edit a clientside javascript file, then the brace highlighting works.Comments: My Brace matching is not working as...
View ArticleCreated Unassigned: Enter after unmatched curly brace causes exception [1386]
Hi,Whenever I press enter after an unmatched opening curly brace I get an "Object reference not set to an instance of an object" error prompt. Whenever I press enter after an unmatched closing curly...
View ArticleNew Post: multiple cloud service in one solution
Wow - That's great to know. Thanks for the details. I will upgrade to the latest tools.For now, I was able to fix the issue manually.Thanks a lot guys. VS tools have been a great help. Without it, it...
View ArticleNew Post: TypeScript: include files or multiple output files
I currently try to build two google chrome extensions using nodejs tools and TypeScript (yes, I know that this actually has nothing to do with nodejs, but the project settings are awesome!). Both...
View ArticleCommented Issue: TF10121: The path '' is not found or not supported. Type or...
I get the following error in the Source Control output window when trying to use the node project types:```The string must have at least one character.Parameter name: pathTF10121: The path '' is not...
View ArticleCommented Unassigned: If node is not installed, NTVS installs properly but...
On a fresh Win 8.1 install with VS 2013 Update 3, NTVS Beta 2 installs properly but when you create a new node project, it fails with "One or more errors occurred." No additional information appears in...
View ArticleCommented Unassigned: If node is not installed, NTVS installs properly but...
On a fresh Win 8.1 install with VS 2013 Update 3, NTVS Beta 2 installs properly but when you create a new node project, it fails with "One or more errors occurred." No additional information appears in...
View ArticleCommented Unassigned: Count must be positive and count must refer to a...
I consistently receive this error when pasting text into the JS editor, I have attached a screenshot> Count must be positive and count must refer to a locatino within the...
View ArticleReviewed: 1.0 Beta 2 (Sep 15, 2014)
Rated 3 Stars (out of 5) - The js editor has no outlining at all, while editing js in a MVC project does. Is there a way to enable outlining?
View Article