Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Commented Unassigned: Kraken app causes VS2013 to crash on app launch [569]

$
0
0
I have a created an empty kraken.js app by following the getting started instructions, this app I can run my issuing the "npm start" command

I then create a node project in vs 2013 using the "from existing node,js code" template and add my newly created kraken app folder

The code is imported ok but whne I try and run the app (index.js is set as start up) the debug cmd window is launched but then vs crashes leaving the node process running

Vs briefly shows the q.js file before crashing and restarting

the cmd window reports error 10054 after starting the debug listener

the full output of the cmd window is

debugger listening on port 5858
Error 10054
Multipart body parsing will be disabled by default in future versions. To enable
, use `middleware:multipart` configuration.
connect.multipart() will be removed in connect 3.0
visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives
connect.limit() will be removed in connect 3.0
Listening on 18128

I have the following versions installed

node 0.10.22
npm 1.3.14
ntvs 1.0.11119.03

How do I debug this issue - is there some logging in vs I can turn on to find out whats causing it crash vs 2013?

Comments: Uninstalling NTVS before attempting to build it from source is the right thing to do. It looks like you may just be missing the skip verification entries, so that the delay signed dlls you are building can be loaded. You can get them by running Nodejs\Prerequisites\EnableSkipVerification.reg.

Viewing all articles
Browse latest Browse all 4630

Trending Articles