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.

I am trying to help fix some of the already open issues e.g. #8 but I’m running into trouble getting the extension running. What I did:

  • Cloned the repo
  • yarn install && yarn run build
  • Added the unpacked-extension folder in Chrome

I haven’t changed any files yet and get this error: Error handling response: TypeError: Object(...) is not a function I honestly can’t make much of it, hoping you might now what’s happening here.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
DevNicocommented, Apr 2, 2020

Turns out I was still on Node v10.something. I just reinstalled node entirely including yarn and now I’m on:

  • Node: v13.12.0
  • npm: v6.14.4
  • yarn: v1.22.4

In the extension page I found this error: WebSocket connection to 'ws://localhost:9090/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED

Edit: Also tried it with the version of node you mentioned but with the same result.

0reactions
brummcommented, Apr 2, 2020

Oooh yeah, that’s a funky gotcha if you’re using weird one-off experimental tags. NPM uses the circumflex by default, but using it here accidentally installs really old versions of react. Still confused why this didn’t happen for me 🤷‍♂

Read more comments on GitHub >

github_iconTop Results From Across the Web

Development | The Company of Biologists
Development is a leading primary research journal covering the field of developmental biology. With its long and prestigious history and its ...
Read more >
Development Definition & Meaning - Merriam-Webster
the action or process of developing: as ; a · the process of growth and differentiation by which the potentialities of a zygote,...
Read more >
DEVELOPMENT | definition in the Cambridge English Dictionary
the process of coming into existence or of creating something new or more advanced: [ U ] We were waiting for the development...
Read more >
Development Definition & Meaning | Dictionary.com
the act or process of developing; growth; progress: child development; economic development. ; a significant consequence or event: recent developments in the ...
Read more >
THE 17 GOALS - Sustainable Development Goals
At its heart are the 17 Sustainable Development Goals (SDGs), which are an urgent call for action by all countries - developed and...
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