Visual Studio 2013 crashes when opening a nodejs project

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

It always worked fine, a week ago, when I decided to upgrade (as suggested) by Nodejs connectivity. Now Visual Studio crashes every time I open a project in nodejs and print this warning:

VS2013 has stopped working

No problem with other types of projects.

My computer has an i7 quad-core processor, 16 GB of RAM and SO - Windows 8.1.

+6
source share
1 answer

I solved it.

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

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

You cannot remove it from the VS extension window (tools-> Extensions and updates) because it is an SO application, so you must remove it from the Control Panel-> uninstall programs.

+8
source

Source: https://habr.com/ru/post/969747/


All Articles