othiym23 / bug-clinic

a nodeschool.io-style workshopper for learning how to debug Node.js apps
https://npmjs.org/package/bug-clinic
BSD 2-Clause "Simplified" License
175 stars 49 forks source link

Windows 8.1 fails install. #16

Open chreestopher opened 9 years ago

chreestopher commented 9 years ago

attempted to install this via

npm --global install bug-clinic

and install results looked good except for

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(297,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry. TargetFrameworkVersion or PlatformToolset may be set to an invalid version number. C:\Users\MYUSERNAME\AppData\Roaming\npm\node_modules\bug-clinic\node_modules\bunyan\node_modules\dtrace-provider\ build\DTraceProviderStub.vcxproj]

I tried anyways to run

bug-clinic

and the response was:

C:> bug-clinic run

C:\Users\MYUSERNAME\AppData\Roaming\npm\node_modules\bug-clinic\node_modules\mkdirp\index.js:89 throw err0; ^ RangeError: Maximum call stack size exceeded

If anyone could help me figure out if i need to install some dependency or something, I would be very appreciative. I am really interested in this as I am new to js (background is in python, powershell, C#) and im really looking forward to upping my debug skills.