Commented 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 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 ArticleNew Post: NPM Proxy
Is there a way to enter proxy settings for npm? My packages are failing to d/l due to proxy settings.
View ArticleEdited Issue: Cannot publish TypeScript Azure worker role project [731]
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Windows Azure Tools\2.2\Microsoft.WindowsAzure.targets(2720,5): error MSB3030: Could not copy the file...
View ArticleCreated Issue: Cannot publish JS Azure worker role projectB [732]
Build log:```------ Build started: Project: Cloud, Configuration: Release Any CPU ------------ Publish started: Project: Cloud, Configuration: Release Any CPU ------NodejsWorker2(0,0): warning WAT170:...
View ArticleEdited Issue: Can't find node.d.ts file when creating new project [710]
Setup didn't install the node.d.ts file in the right folder.
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 ArticleCreated Feature: we should just install Cloud Tools when needed... [733]
when i create a worker role project, since the cloud tools are needed, we should just prompt to install it (along w warning re VS restart) & let the user decide what to do.
View ArticleEdited Issue: Error lines don't end in proper newline [729]
Type the following into the repl:```> aReferenceError: a is not defined```Now the cursor is on the third line after `>`. Type `a=123` and press enter:```> aReferenceError: a is not defined>...
View ArticleEdited Issue: tsc.exe errors in Error List are not navigable [719]
When building a TypeScript app with errors in it, and those errors show in the Error List, double-clicking on them does not open the corresponding file/line in the editor.
View ArticleEdited Issue: Project templates missing in Web Express SKU [717]
I'm only seeing the TypeScript project templates (I have TypeScript installed). I'm not seeing the regular Node.js project templates.
View ArticleEdited Issue: TS build fails because node.d.ts is not a part of project [715]
Building a freshly created TS app fails because node.d.ts (the one that is included in the project under Scripts\typings\node) is not passed to tsc.exe, because it is excluded from project items by...
View ArticleEdited Feature: NuGet integration for TypeScript support [716]
We need to investigate NuGet integration support for installing TypeScript files. That includes looking into if we can push the install directly into typings instead of having a scripts folder.
View ArticleEdited Issue: ArgumentNullException in NodejsProjectNode.WriteReferenceFile...
Exception details below.Steps to reproduce:1. Download Christophe Conraets' NodeCellar sample app to a convenient folder with "git clone https://github.com/ccoenraets/nodecellar".2. Create a new...
View ArticleCommented Issue: ArgumentNullException in...
Exception details below.Steps to reproduce:1. Download Christophe Conraets' NodeCellar sample app to a convenient folder with "git clone https://github.com/ccoenraets/nodecellar".2. Create a new...
View ArticleEdited Issue: ArgumentNullException in NodejsProjectNode.WriteReferenceFile...
Exception details below.Steps to reproduce:1. Download Christophe Conraets' NodeCellar sample app to a convenient folder with "git clone https://github.com/ccoenraets/nodecellar".2. Create a new...
View ArticleCommented Issue: VS crashes / runs out of memory when Javascript language...
Hi,Just updated to the recent dev build.There seems to be a serious bug with the JavaScript language service which happens every few minutes on my machine I think is related to the javascript...
View ArticleCommented Issue: NPM needs to detect errors when search failed [649]
Occasionally updating the search will not update the catalog. We need to detect when an error has occurred and inform the user.We also need to only update the last updated time if we have successfully...
View ArticleEdited Issue: NPM needs to detect errors when search failed [649]
Occasionally updating the search will not update the catalog. We need to detect when an error has occurred and inform the user.We also need to only update the last updated time if we have successfully...
View ArticleCommented Issue: NPM New UI - Cancel button is disabled [685]
While refreshing the catalog, the cancel button is disabled.Also, I'm not sure what the READY in the text box represents....
View Article