remote-redux-devtools icon indicating copy to clipboard operation
remote-redux-devtools copied to clipboard

Issue installing

Open imclean opened this issue 8 years ago • 5 comments

I have a weird issue installing which prevents me from using this, the issue seems to be from querystring where it believes this depends on a version 1.2.0 and query string only goes up to 0.2.0:

npm install --save-dev remote-redux-devtools npm ERR! Darwin 15.6.0 npm ERR! argv "/usr/local/Cellar/node/6.3.1/bin/node" "/usr/local/bin/npm" "install" "--save-dev" "remote-redux-devtools" npm ERR! node v6.3.1 npm ERR! npm v3.10.6

npm ERR! No compatible version found: [email protected] npm ERR! Valid install targets: npm ERR! 0.2.0, 0.1.0, 0.0.4, 0.0.1 npm ERR! npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! https://github.com/npm/npm/issues

imclean avatar Aug 30 '16 11:08 imclean

Thanks for the report.

querystring was just now included by @jondubois into socketcluster-client. So, I guess we don't need it here.

Should be fixed in 0.4.4.

zalmoxisus avatar Aug 30 '16 11:08 zalmoxisus

Actually, I was too fast. The issue is on socketcluster-client part.

@jondubois why [email protected] if 0.2.0 is the last version? It's a typo?

zalmoxisus avatar Aug 30 '16 11:08 zalmoxisus

+1

pvpshoot avatar Aug 30 '16 11:08 pvpshoot

Added a workaround in 0.4.6 you can use till it's solved on socketcluster-client part (https://github.com/SocketCluster/socketcluster-client/pull/60).

zalmoxisus avatar Aug 30 '16 12:08 zalmoxisus

@zalmoxisus Whoop, I think I must have pressed Ctrl + A in vim without noticing...

jondubois avatar Aug 30 '16 15:08 jondubois