-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't start on node v7.10.1, Mac Os 10.12.6 #22
Comments
Thank you! will address shortly |
Hi, I'm facing a very similar (or exactly same) issue on node v6.2.1, mac v10.12.6. This is the error I get when I start the app:
Should I create a separate issue? |
Line 151 of I checked the this.sys content :
|
@reuben453, yes, I believe it's the same issue. "external" is missing in process.memoryUsage() result; I've added fix to handle this properly, and will release version with this fix shortly. Thanks! |
addressed in 0.93.1 |
Thank you! |
Hi,
i'm trying to install swagger stats but i get this error when i start the app:
This is the line #151 of swsCoreStats.js:
this.promClientMetrics.nodejs_process_memory_external_bytes.set(this.sys.external);
This is this.sys content:
And this is the result of process.memoryUsage():
The external property is missing.
The text was updated successfully, but these errors were encountered: