I was installing the npm Hiredis module, but I had problems. According to its documentation, the only necessary prerequisite is the presence of Python 2.7 and gcc / g ++ 4.8 , which I already have.
This requires:
- gcc / g ++ 4.8 or newer.
- python 2.7 or any newer 2.x version. python 3.x is not supported.
But I still can not successfully install it.
I have already installed the official Redis module and the DB itself, and both work normally, I'm just having problems with HiRedis.
Following error:
Thanks in advance.