redis / hiredis-node

Node wrapper for hiredis
BSD 3-Clause "New" or "Revised" License
305 stars 84 forks source link

npm install hiredis failed on windows 10 x64 #133

Closed perfmlin closed 7 years ago

perfmlin commented 7 years ago

@fuwaneko

.node-gyp\6.10.0\Release\node.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x648 30 [E:\nst\aliyun\NstApp\node_modules\hiredis\build\hiredis.vcxproj]

qq 20170523202339

qq 20170523201312

badboy commented 7 years ago

Please, if possible, post log output as text. It's indexable, searchable and accessible. Images are not.

Did you check if your disk is actually full? Did you check if the file it tries to access exists and is not garbage?

I don't have any Windows machine to test on and rely on appveyor for CI tests. I thus cannot provide more detailed support with a Windows-only issue apart from what I can read from the logs.

perfmlin commented 7 years ago

@badboy Thanks for you reply so fast. My disk is not full and there are more than one TB left. I also checked that the file is not access exists. bellow is the log file:

install.txt

badboy commented 7 years ago

As I said: I have no experience with Windows, so I don't know how to fix it (besides googling the error message and try out suggested fixes. If you find a way to fix this, please leave a message.

Which version of Visual Studio have you installed?

dolugen commented 7 years ago

Yep, looks like a disk space problem. @perfmlin Are you looking at the correct partition? It appears that hiredis is being installed in disk E.