Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2013 crash when open a nodejs project

I developed a project in nodejs on Visual Studio 2013 full edition with Nodejs plugin of Codeplex (http://nodejstools.codeplex.com/).

It always worked fine till, one week ago, when I decided to upgrade (as suggested) the Nodejs pluging. Now Visual Studio crash every time I open a project in nodejs and print me this alert:

VS2013 has stopped working

No problem with other type of projects.

My PC has a quad core i7 CPU, 16GB ram and the SO is Windows 8.1.

like image 901
Guern Avatar asked May 23 '14 10:05

Guern


1 Answers

I solved this.

Node.js tools plugin on VIsual Studio suggested me to update it to the lastest beta version. I innocently accepted and then started my problem.

I has been necessary to remove the plugin and install the suggested one from http://nodejstools.codeplex.com/ to solve the problem.

You cannot uninstall it from the extension view of VS (tools->Extensions and updates) 'cause it a SO application, therefore it must be removed from Control Panel->uninstall programs.

like image 149
Guern Avatar answered Sep 19 '22 12:09

Guern