koajs / koa-redis

Redis storage for Koa session middleware/cache with Sentinel and Cluster support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2.0.0 can't install wihtout python

whwnow opened this issue · comments

I'm using win 10 and node 5.4.1
the dependency hiredis package, can't install without python

error log

i have installed python and error log show me to install .NET Framework 2.0 SDK...

does koa-redis already installed? because hiredis is an optionalDependencies

@whwnow at the very bottom of that image, it looks like it koa-redis@2 did successfully install. As @dead-horse said, hiredis is optional and only it failed to install. Everything should function as normal.

@whwnow I believe that node-gyp requires Python and Visual Studio (which would give you that SDK). I installed it so long ago, I haven't had this issue in a while. You'll need to check with the hiredis package for exact requirements.

thinks @DaAwesomeP @dead-horse

I have ran the test. the koa-redis@2 did successfully install when the error came out

I just ignore the error message?

Yes, you can safely ignore it. Thank you for opening an issue.