Hi,
I came across a problem reported here a couple of times concerning the installation of the kerberos package (used by mongoose) on Windows 8.1
My workaround was to:
- Install Python 2.7
- Update the file MSVSVersion.py to add entries for VS 2013 (and express edition)
- run npm with -msvs_version=2013 on the command line when installing kerberos
- then npm install mongoose
... the above works as a temporary solution for those that suffer the same problem...
I came across a problem reported here a couple of times concerning the installation of the kerberos package (used by mongoose) on Windows 8.1
My workaround was to:
- Install Python 2.7
- Update the file MSVSVersion.py to add entries for VS 2013 (and express edition)
- run npm with -msvs_version=2013 on the command line when installing kerberos
- then npm install mongoose
... the above works as a temporary solution for those that suffer the same problem...