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
/node_modules/native-dns/node_modules/binaryheap/binaryheap.js:68
if (!insert._left)
^
TypeError: Cannot read property '_left' of null
at [object Object].Heap.insert
I've seen the issue #33 but the .platform.cache = false but it doesn't change anything to the problem.
Am I doing something wrong or does the Binaryheap package needs a fix ?
Thanks !
Update : I only get this problem under Ubuntu 13.04. It works fine under Windows 7. Update 2 : I also get this problem with my app on Heroku. As working under Windows 7 is not that much of a problem, Heroku is a bigger problem. Update 3 : The problem happens also with AppFog and Nodejitsu. I really hope you can fix this problem.
The text was updated successfully, but these errors were encountered:
I need to do a custom resolve, so I do the following code in a class :
But on start, the server raise this error :
I've seen the issue #33 but the .platform.cache = false but it doesn't change anything to the problem.
Am I doing something wrong or does the Binaryheap package needs a fix ?
Thanks !
Update : I only get this problem under Ubuntu 13.04. It works fine under Windows 7.
Update 2 : I also get this problem with my app on Heroku. As working under Windows 7 is not that much of a problem, Heroku is a bigger problem.
Update 3 : The problem happens also with AppFog and Nodejitsu. I really hope you can fix this problem.
The text was updated successfully, but these errors were encountered: