You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation in Linux64 is failing, through NPM. Here is the error
$ sudo npm install mongoose-authnpm http GET https://registry.npmjs.org/mongoose-authnpm http 304 https://registry.npmjs.org/mongoose-authnpm http GET https://registry.npmjs.org/bcryptnpm http GET https://registry.npmjs.org/everyauthnpm http 304 https://registry.npmjs.org/everyauthnpm http 304 https://registry.npmjs.org/bcryptnpm http GET https://registry.npmjs.org/bindings/1.0.0npm http GET https://registry.npmjs.org/requestnpm http GET https://github.com/ciaranj/node-oauth/tarball/masternpm http GET https://registry.npmjs.org/connectnpm http GET https://registry.npmjs.org/openidnpm http GET https://registry.npmjs.org/xml2jsnpm http GET https://registry.npmjs.org/node-swtnpm http GET https://registry.npmjs.org/node-wsfederationnpm http GET https://registry.npmjs.org/debug/0.5.0npm http 304 https://registry.npmjs.org/connectnpm http 304 https://registry.npmjs.org/bindings/1.0.0npm WARN package.json [email protected] No README.md file found!npm http 304 https://registry.npmjs.org/request
> [email protected] install /home/thor/Area de Trabajo/node_modules/mongoose-auth/node_modules/bcrypt
> node-gyp rebuildnpm http 304 https://registry.npmjs.org/openidnpm http 304 https://registry.npmjs.org/node-swtnpm WARN package.json [email protected] No README.md file found!npm http 304 https://registry.npmjs.org/node-wsfederationnpm WARN package.json [email protected] No README.md file found!npm http 304 https://registry.npmjs.org/xml2jsnpm http 304 https://registry.npmjs.org/debug/0.5.0make: se ingresa al directorio «/home/thor/Area de Trabajo/node_modules/mongoose-auth/node_modules/bcrypt/build» CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.omake: g++: No se encontró el programamake: *** [Release/obj.target/bcrypt_lib/src/blowfish.o] Error 127make: se sale del directorio «/home/thor/Area de Trabajo/node_modules/mongoose-auth/node_modules/bcrypt/build»gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:232:23)gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:99:17)gyp ERR! stack at Process._handle.onexit (child_process.js:678:10)gyp ERR! System Linux 3.5.0-19-genericgyp ERR! command "node" "/usr/bin/node-gyp" "rebuild"gyp ERR! cwd /home/thor/Area de Trabajo/node_modules/mongoose-auth/node_modules/bcryptgyp ERR! node -v v0.8.15gyp ERR! node-gyp -v v0.8.1gyp ERR! not ok npm ERR! [email protected] install: `node-gyp rebuild`npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1npm ERR! npm ERR! Failed at the [email protected] install script.npm ERR! This is most likely a problem with the bcrypt package,npm ERR! not with npm itself.npm ERR! Tell the author that this fails on your system:npm ERR! node-gyp rebuildnpm ERR! You can get their info via:npm ERR! npm owner ls bcryptnpm ERR! There is likely additional logging output above.npm ERR! System Linux 3.5.0-19-genericnpm ERR! command "nodejs" "/usr/bin/npm" "install" "mongoose-auth"npm ERR! cwd /home/thor/Area de Trabajonpm ERR! node -v v0.8.15npm ERR! npm -v 1.1.66npm ERR! code ELIFECYCLEnpm http 200 https://github.com/ciaranj/node-oauth/tarball/masternpm http GET https://registry.npmjs.org/saxnpm http GET https://registry.npmjs.org/qsnpm http GET https://registry.npmjs.org/formidablenpm http 304 https://registry.npmjs.org/formidablenpm http 304 https://registry.npmjs.org/qsnpm http 304 https://registry.npmjs.org/saxnpm ERR! npm ERR! Additional logging details can be found in:npm ERR! /home/thor/Area de Trabajo/npm-debug.lognpm ERR! not ok code 0
Any solution??
The text was updated successfully, but these errors were encountered:
The problem is a library that requires a compiler g++, if you are not always going to generate the error. It is best to place a note in installation of that package.
Installation in Linux64 is failing, through NPM. Here is the error
Any solution??
The text was updated successfully, but these errors were encountered: