Created Unassigned: npm not installed dialog does not link to nodejs...
---------------------------npm Not Installed---------------------------Could not find npm.cmd. Ensure you have a recent version of node.js installed and have specified the location of node.exe in the...
View ArticleCreated Unassigned: npm can't queue multiple modules to install from solution...
__Expected__: can right click, module, "Install missing npm module" one module after another to queue__Actual__: must wait for previous module to finish executing install/update command
View ArticleNew Post: The relative importance of JavaScript autocomplete
hi nabog, the short answer is that as much as we love TS, we can't just force everyone to use it. JSLS, which NTVS relied on, was designed for much smaller chunks of code from pre node.js days....
View ArticleCreated Unassigned: Catalog retrieval aborted - npm.cmd not found [1019]
when i right click on npm it gives me this dialog and says Catalog retrieval aborted - npm.cmd not...
View ArticleEdited Unassigned: Catalog retrieval aborted - npm.cmd not found [1019]
when i right click on npm it gives me this dialog and says Catalog retrieval aborted - npm.cmd not...
View ArticleEdited Unassigned: Catalog retrieval aborted - npm.cmd not found [1019]
when i right click on npm it gives me this dialog and says Catalog retrieval aborted - npm.cmd not...
View ArticleCreated Unassigned: Exception Message is displayed when opening the Node.js...
An Exception Message is displayed when opening the Node.js Interactive Window.The message box contains the following message:An exception has been encountered. This may be caused by an extension.You...
View ArticleCreated Unassigned: Issues with project template "From Existing Node.js...
When you choose to create a new project from the template "From Existing Node.js code", and you type in a new name for the solution and a new location with the check box "Create directory for solution"...
View ArticleCommented Issue: Project from existing code does not build [823]
Create a console app, save it, then import the code into a new project.Building produces the following output:```------ Build started: Project: NodejsApp2, Configuration: Debug Any CPU ------C:\Program...
View ArticleCreated Unassigned: Error Thrown When Opening package.json File. [1022]
This extension is a great idea, but am getting an error as soon as I open the package.json file (see below.) After this error is thrown, I can type into any of the .js files in the solution, but I...
View ArticleEdited Unassigned: Error Thrown When Opening package.json File. [1022]
EDIT: Also see issue here -> https://nodejstools.codeplex.com/workitem/977 This extension is a great idea, but am getting an error as soon as I open the package.json file (see below.) After this...
View ArticleEdited Unassigned: Error Thrown When Opening package.json File. [1022]
:EDIT: This looks like an issue with .json files in general, with VS2013 Update 2. See the following links for others with this issue:...
View ArticleEdited Unassigned: Error Thrown When Opening package.json File. [1022]
EDIT: This looks like an issue with .json files in general, with VS2013 Update 2. See the following links for others with this issue:...
View ArticleCommented Issue: Project from existing code does not build [823]
Create a console app, save it, then import the code into a new project.Building produces the following output:```------ Build started: Project: NodejsApp2, Configuration: Debug Any CPU ------C:\Program...
View ArticleNew Post: The relative importance of JavaScript autocomplete
@Ptools, Thanks for the response. It's good to know that the work on the new JSLS is almost complete. I hope the following points will be taken into account when deciding on the strategy going...
View ArticleNew Post: The relative importance of JavaScript autocomplete
The new language service does not use hardcoded information about modules; rather, it analyses the source code of those modules using type inference - basically, the same model that PTVS uses (the code...
View ArticleCreated Issue: Can't turn off analysis [1023]
I turned off all options in TextEditor/Node.js/General/Statement completion (auto list members, parameter information).Analysis is still running. I restarted VS in case that was needed to take...
View ArticleNew Post: TS: AMD in public and CommonJS elsewhere?
Greetings, I know I can eventually solve this with Grunt or Gulp or some other external build tool, but is there a clever way to use the AMD option in the TypeScript compiler for all of the files in...
View ArticleCreated Unassigned: Error: The parameter is incorrect. [1024]
Hi,NTVS Version: 14-May dev.VS Version: 2013 Ultimate.I get this exception occassionally when opening Visual Studio.> An exception has been encountered. This may be caused by an extension.> You...
View ArticleCommented Unassigned: Error: The parameter is incorrect. [1024]
Hi,NTVS Version: 14-May dev.VS Version: 2013 Ultimate.I get this exception occassionally when opening Visual Studio.> An exception has been encountered. This may be caused by an extension.> You...
View Article