kelektiv / node.bcrypt.js

bcrypt for NodeJs
MIT License
7.49k stars 518 forks source link

node-pre-gyp install --fallback-to-build not generated anything #869

Closed ArkjuniorK closed 3 years ago

ArkjuniorK commented 3 years ago

Hi, I was unable to install bcrypt module on server, the lib folder that required by bcrypt is not build.

After update npm to v7, now I'm be able to see the error that occured but still not solve the problem about the lib folder.

gugu commented 3 years ago

ENOMEM is a lack of memory. What is the memory limit on the computer you use to build the module?

ArkjuniorK commented 3 years ago

@gugu What do you mean about the memory limit? If it's about the actual size of memory then the size is 3gb, but then half of the size is used by server to run other programs. So we only have about 1.5-1.0gb of available memory. It is the problem?

Thank you.