You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not know if this is directly related to this app or if it is a general error but it tried on 2 different systems and got the same issue:
Your Node version (v0.10.43) has a partial support of profiler.
The stack frames tree doesn't show all stack frames due to low sampling rate.
The profiling data is incomplete and may show misleading results.
Update Node to v0.11.13 or newer to get full support.
On both I have node v6.0.0 installed and tried with many others ranging from .12 through 6. Is the debug feature worth stressing over?
Thanks!
The text was updated successfully, but these errors were encountered:
Yes, I've seen that. The problem is Meteor picks its own version of Node to run, regardless of what you have installed. Hopefully they'll stop doing that soon after the Meteor 1.3 transition to being npm packages. Other than this warning, the debugger seems to work fine. I can't remember exactly why I made debug.js work differently than typical meteor debug, but I know there was some reason...maybe I needed --debug-brk?
I do not know if this is directly related to this app or if it is a general error but it tried on 2 different systems and got the same issue:
On both I have node v6.0.0 installed and tried with many others ranging from .12 through 6. Is the debug feature worth stressing over?
Thanks!
The text was updated successfully, but these errors were encountered: