I´ve already installed node modules, but I had an issue with bcrypt and to solve it y tried to rebuild node-gyp, but it launches an error:
Asked
Active
Viewed 171 times
0

YanetP1988
- 1,346
- 3
- 18
- 43
-
Please try to delete your node-gyp directory in from root ```rm -rf !/.node-gyp``` and then rebuild and please let me know the node version – Atul Agrawal Aug 30 '17 at 17:29
-
It didn´t work. I am using node v 6.10.1 – YanetP1988 Aug 30 '17 at 17:33
-
I think node 6.10.1 has some issues with it because i also faced same issues with version 6.10.1.Please try with node-v6.9.2 and if you want to keep both 6.10.1 and 6.9.2 then please install nvm – Atul Agrawal Aug 30 '17 at 17:34
-
I already installed version 6.9.2 and I still have that problem. another suggestion???? – YanetP1988 Aug 30 '17 at 19:11
-
1Use following steps which worked for me when i am trying to install lwip First install node-gyp globally Then install node-gyp locally Then install bcrypt – Atul Agrawal Aug 31 '17 at 08:59
-
I made it that way, and gyp installed successfully. But when I tried to install bcrypt it fails – YanetP1988 Aug 31 '17 at 13:31
-
Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/153372/discussion-between-yanet-pedraza-and-atul-agrawal). – YanetP1988 Aug 31 '17 at 13:32