Okul için bir nodejs projesi üzerinde çalışıyorum. Bcrypt'i npm ile yükleyemedim, bu yüzden bcrypt-nodejs'yi kurdum ve proje dün iyi çalıştı. Ancak bugün, bir "düğüm uygulaması" yaptığımda şu hatayı alıyorum:
/.../node_modules/bcrypt/node_modules/bindings/bindings.js:79
throw e
^
Error: /.../node_modules/bcrypt/build/Release/bcrypt_lib.node: invalid ELF header
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at bindings (/.../node_modules/bcrypt/node_modules/bindings/bindings.js:74:15)
at Object.<anonymous> (/.../node_modules/bcrypt/bcrypt.js:1:97)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
package.json dosyam şöyle görünüyor:
{
"name": "Supinfarm",
"version": "0.0.0",
"env": {
"PYTHON": "/usr/bin/python2.6"
},
"dependencies": {
"express": "3.1.0",
"connect-flash": "*",
"jade": "*",
"stylus": "*",
"passport": "*",
"passport-local": "*",
"mongoose": "*",
"bcrypt": "*"
}
}
Linux'tayım ubuntu 10.04 LTS Google'da başarılı olmadan bir çözüm bulmaya çalıştım ... Biri bana yardım edebilir mi?