Development
See original GitHub issueI 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:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Turns out I was still on Node v10.something. I just reinstalled node entirely including yarn and now I’m on:
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.
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 🤷♂