question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot read property `node` of undefined

See original GitHub issue

(This issue tracker is only for bug reports or feature requests, if this is neither, please choose appropriate channel from http://bluebirdjs.com/docs/support.html)

Please answer the questions the best you can:

  1. What version of bluebird is the issue happening on? 3.5.2

  2. What platform and version? (For example Node.js 0.12 or Google Chrome 32) React Native 0.57

  3. Did this issue happen with earlier version of bluebird? Unknown

(Write description of your issue here, stack traces from errors and code that reproduces the issue are helpful)

When starting my React Native app with remote debugging on, I get this error from Bluebird as it attempts to check the process’ version number:

bluebird.js:5637:35

var version = process.versions.node.split(".").map(Number);

When I disable remote debugging, the app works as expected. Remove the package that depends on Bluebird also re-enables the remote debugging feature.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
mlostekkcommented, Mar 13, 2019

See this commit.

https://github.com/petkaantonov/bluebird/pull/1576/commits/28683161d1fcb21524942e6ae44a2e2cfdfc6074

in the release from NPM you have to adjust this part in the file node_modules/js/browser/bluebird.js near the very end (in my case line number 5636)

1reaction
mlostekkcommented, Jan 22, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

TypeError: Cannot read property 'node' of undefined
I'm trying to install NPM. I first ran. brew install node. then
Read more >
TypeError: Cannot read property 'nodes' of undefined
The error TypeError: Cannot read property 'nodes' of undefined means precisely that. The first line of helloFunction calls RED.nodes.createNode( ...
Read more >
Cannot Read Property of Undefined in JavaScript - Rollbar
What Causes TypeError: Cannot Read Property of Undefined ... Undefined means that a variable has been declared but has not been assigned a...
Read more >
Uncaught TypeError: Cannot read property 'node' of undefined.
I believe the problem is that web3 is not being bundled properly and the client is trying to use xhr2-cookies package instead of...
Read more >
Error: Cannot read property 'node' of undefined - n8n community
Unfortunately, we downgraded to 0.156.0 and we are still seeing the Error: Cannot read property 'node' of undefined error sporadically.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found