When I'm trying to install Node.JS MySQL module trough Visual Studio 2013 npm Package Management, the installation fails due to the following errors:
```
npm ERR! Failed to parse json
npm ERR! Unexpected token
```
Does anyone know how to solve this or another way to do this?
Comments: You can try installing it from the command line, but it should basically do the same thing. Was there any additional output? I was able to successfully install and get the following output, the reason I'm curious about additional output is that maybe it was one of the dependencies along the way that was failing to be parsed. npm http GET https://registry.npmjs.org/mysql npm http 200 https://registry.npmjs.org/mysql npm http GET https://registry.npmjs.org/mysql/-/mysql-2.0.0.tgz npm http 200 https://registry.npmjs.org/mysql/-/mysql-2.0.0.tgz npm http GET https://registry.npmjs.org/bignumber.js/1.0.1 npm http GET https://registry.npmjs.org/require-all/0.0.3 npm http GET https://registry.npmjs.org/readable-stream npm http 200 https://registry.npmjs.org/require-all/0.0.3 npm http GET https://registry.npmjs.org/require-all/-/require-all-0.0.3.tgz npm http 200 https://registry.npmjs.org/readable-stream npm http GET https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.10.tgz npm http 200 https://registry.npmjs.org/bignumber.js/1.0.1 npm http GET https://registry.npmjs.org/bignumber.js/-/bignumber.js-1.0.1.tgz npm http 200 https://registry.npmjs.org/require-all/-/require-all-0.0.3.tgz npm http 200 https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.10.tgz npm http 200 https://registry.npmjs.org/bignumber.js/-/bignumber.js-1.0.1.tgz npm http GET https://registry.npmjs.org/core-util-is npm http GET https://registry.npmjs.org/debuglog/0.0.2 npm http 200 https://registry.npmjs.org/core-util-is npm http 200 https://registry.npmjs.org/debuglog/0.0.2 npm http GET https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz npm http GET https://registry.npmjs.org/debuglog/-/debuglog-0.0.2.tgz npm http 200 https://registry.npmjs.org/debuglog/-/debuglog-0.0.2.tgz npm http 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz mysql@2.0.0 node_modules\mysql ├── require-all@0.0.3 ├── readable-stream@1.1.10 (debuglog@0.0.2, core-util-is@1.0.1) └── bignumber.js@1.0.1
```
npm ERR! Failed to parse json
npm ERR! Unexpected token
```
Does anyone know how to solve this or another way to do this?
Comments: You can try installing it from the command line, but it should basically do the same thing. Was there any additional output? I was able to successfully install and get the following output, the reason I'm curious about additional output is that maybe it was one of the dependencies along the way that was failing to be parsed. npm http GET https://registry.npmjs.org/mysql npm http 200 https://registry.npmjs.org/mysql npm http GET https://registry.npmjs.org/mysql/-/mysql-2.0.0.tgz npm http 200 https://registry.npmjs.org/mysql/-/mysql-2.0.0.tgz npm http GET https://registry.npmjs.org/bignumber.js/1.0.1 npm http GET https://registry.npmjs.org/require-all/0.0.3 npm http GET https://registry.npmjs.org/readable-stream npm http 200 https://registry.npmjs.org/require-all/0.0.3 npm http GET https://registry.npmjs.org/require-all/-/require-all-0.0.3.tgz npm http 200 https://registry.npmjs.org/readable-stream npm http GET https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.10.tgz npm http 200 https://registry.npmjs.org/bignumber.js/1.0.1 npm http GET https://registry.npmjs.org/bignumber.js/-/bignumber.js-1.0.1.tgz npm http 200 https://registry.npmjs.org/require-all/-/require-all-0.0.3.tgz npm http 200 https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.10.tgz npm http 200 https://registry.npmjs.org/bignumber.js/-/bignumber.js-1.0.1.tgz npm http GET https://registry.npmjs.org/core-util-is npm http GET https://registry.npmjs.org/debuglog/0.0.2 npm http 200 https://registry.npmjs.org/core-util-is npm http 200 https://registry.npmjs.org/debuglog/0.0.2 npm http GET https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz npm http GET https://registry.npmjs.org/debuglog/-/debuglog-0.0.2.tgz npm http 200 https://registry.npmjs.org/debuglog/-/debuglog-0.0.2.tgz npm http 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz mysql@2.0.0 node_modules\mysql ├── require-all@0.0.3 ├── readable-stream@1.1.10 (debuglog@0.0.2, core-util-is@1.0.1) └── bignumber.js@1.0.1