Service crashes in relatively small projects also.
For a workaround, use Metro Javascript project for code and this only for debug, works like charm...
But this project need more work...
Comments: Thanks for the additional information. Using your package.json, I was able to get the error very quickly: ``` --------------------------- Microsoft Visual Studio --------------------------- The JavaScript language service has encountered an error and has been shut down. Please save your changes, exit, and restart Visual Studio. --------------------------- OK --------------------------- ``` And the only code I had in my app.js was: ``` var sql = require('sqlite3'); sql. ```
For a workaround, use Metro Javascript project for code and this only for debug, works like charm...
But this project need more work...
Comments: Thanks for the additional information. Using your package.json, I was able to get the error very quickly: ``` --------------------------- Microsoft Visual Studio --------------------------- The JavaScript language service has encountered an error and has been shut down. Please save your changes, exit, and restart Visual Studio. --------------------------- OK --------------------------- ``` And the only code I had in my app.js was: ``` var sql = require('sqlite3'); sql. ```