Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different (outdated?) version on npm #11

Open
olessavluk opened this issue May 8, 2018 · 4 comments
Open

Different (outdated?) version on npm #11

olessavluk opened this issue May 8, 2018 · 4 comments

Comments

@olessavluk
Copy link

Hello

When I open "Updates" I see the following error in the console:
DevTools Console

However, when I built the latest snapshot from the master - it worked just fine. And this line of code is also different - UpdatesView.js#L101

relay-devtools version in yarn.lock:

relay-devtools@^1.4.0:
  resolved "https://registry.yarnpkg.com/relay-devtools/-/relay-devtools-1.4.0.tgz#7456c4ed3ad1e06f559fd80a77fee17f9e8edf80"

So it looks like the current npm version is different or maybe outdated?

@kassens
Copy link
Contributor

kassens commented May 8, 2018

Yeah, I'll have to figure out how to update the version in the chrome store

@sibelius
Copy link
Contributor

any update on this?

@modosc
Copy link
Contributor

modosc commented Jan 3, 2019

yeah, this is still an issue - we get Uncaught Error: unknown call: "relayDebugger:getEnvironmentsDetails" every time we startup. this method exists in github but not on what's shipped via npm.

also, any chance on getting instructions for doing a npm build in the readme?

@olessavluk
Copy link
Author

olessavluk commented Jan 4, 2019

@modosc you can build & run it by doing:

yarn build:standalone
node lib/standalone/launchApp.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants