CyCoreSystems / docker-meteor

Dockerfile and script for running Meteor on Docker
MIT License
120 stars 73 forks source link

install build-essential (to be able build bcrypt) #36

Closed patte closed 7 years ago

Ulexus commented 7 years ago

This is already included in the ulexus/meteor:build tag and the build branch of the Github repository.

patte commented 7 years ago

Hi, thanks for your feedback. As far as I can see, make is missing.

Installing application-side NPM dependencies...> bcrypt@0.8.7 install /home/meteor/src/node_modules/bcrypt> node-gyp rebuildgyp ERR! build errorgyp ERR! stack Error: not found: makegyp ERR! stack     at getNotFoundError (/usr/lib/node_modules/npm/node_modules/which/which.js:14:12)gyp ERR! stack     at F (/usr/lib/node_modules/npm/node_modules/which/which.js:69:19)gyp ERR! stack     at E (/usr/lib/node_modules/npm/node_modules/which/which.js:81:29)gyp ERR! stack     at /usr/lib/node_modules/npm/node_modules/which/which.js:90:16gyp ERR! stack     at /usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5gyp ERR! stack     at /usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:82:15)gyp ERR! System Linux 3.10.0-327.13.1.el7.x86_64gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /home/meteor/src/node_modules/bcryptgyp ERR! node -v v4.6.2gyp ERR! node-gyp -v v3.4.0gyp ERR! not oknpm ERR! Linux 3.10.0-327.13.1.el7.x86_64npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "--production"npm ERR! node v4.6.2npm ERR! npm  v2.15.11npm ERR! code ELIFECYCLEnpm ERR! bcrypt@0.8.7 install: `node-gyp rebuild`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the bcrypt@0.8.7 install script 'node-gyp rebuild'.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 information on how to open an issue for this project with:npm ERR!     npm bugs bcryptnpm ERR! Or if that isn't available, you can get their info via:npm ERR!npm ERR!     npm owner ls bcryptnpm ERR! There is likely additional logging output above.npm ERR! Please include the following file with any support request:npm ERR!     /home/meteor/src/npm-debug.logMeteor source found in /home/meteor/src/.meteorChecking Meteor version...1.4.2Downloading Meteor install script...