-
Notifications
You must be signed in to change notification settings - Fork 227
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
Problems while intsaling #159
Comments
I'm able to build with node version 0.10.0, but with lots of warnings, and when I try to run I get this:
To me pushd looks outdated, doesn't use newer versions of dependencies and node ecosystem changes too fast. |
Btw, this fork installed fine for me: https://github.com/Binarypark/pushd.git Example Dockerfile:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey guys,
could you tell me with what versions of linux, redis, nodejs, npm and coffee script you tested this service and it worked?
Cause I was trying to install it in
Linux srmwlinuxdev1 2.6.32-696.10.2.el6.x86_64 #1 SMP Tue Sep 12 14:33:29 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
with such versions of above mentioned tools
node -v
v8.4.0
npm -v
5.3.0
redis-server -v
Redis server v=3.2.10 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=f83a0de63af68303
coffee -v
CoffeeScript version 1.8.0
and cloning from git runs normaly, but whenever i try to get all the dependencies and run:
npm install
I get lots of errors as it is not able to build hiredis node module with node-gyp rebuild command.
The text was updated successfully, but these errors were encountered: