remote-redux-devtools
remote-redux-devtools copied to clipboard
Issue installing
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
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
.
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?
+1
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 Whoop, I think I must have pressed Ctrl + A
in vim without noticing...