luciotato / waitfor

Sequential programming for node.js, end of callback hell / pyramid of doom
MIT License
531 stars 29 forks source link

Getting error while installing 'wait.for' #45

Open ahmeddilshad opened 6 years ago

ahmeddilshad commented 6 years ago

gyp info it worked if it ends with ok gyp verb cli [ 'nodejs', '/usr/bin/node-gyp', 'rebuild', '--release' ] gyp info using node-gyp@0.10.10 gyp info using node@0.10.25 | linux | x64 gyp verb command rebuild [] gyp verb command clean [] gyp verb clean removing "build" directory gyp verb command configure [] gyp verb check python checking for Python executable "python" in the PATH gyp verb which succeeded python /usr/bin/python gyp verb check python version python -c "import platform; print(platform.python_version());" returned: "2.7.6\n" gyp verb get node dir no --target version specified, falling back to host node version: v0.10.25 gyp verb build dir attempting to create "build" dir: /var/www/html/employ/practice/restapis/node_modules/fibers/build gyp ERR! configure error gyp ERR! stack Error: EACCES, mkdir '/var/www/html/employ/practice/restapis/node_modules/fibers/build' gyp ERR! System Linux 3.13.0-24-generic gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild" "--release" gyp ERR! cwd /var/www/html/employ/practice/restapis/node_modules/fibers gyp ERR! node -v v0.10.25 gyp ERR! node-gyp -v v0.10.10 gyp ERR! not ok node-gyp exited with code: 1 Please make sure you are using a supported platform and node version. If you would like to compile fibers on this machine please make sure you have setup your build environment-- Windows + OS X instructions here: https://github.com/nodejs/node-gyp Ubuntu users please run: sudo apt-get install g++ build-essential Alpine users please run: sudo apk add python make g++ gyp info it worked if it ends with ok gyp verb cli [ 'nodejs', '/usr/bin/node-gyp', 'rebuild', '--release' ] gyp info using node-gyp@0.10.10 gyp info using node@0.10.25 | linux | x64 gyp verb command rebuild [] gyp verb command clean [] gyp verb clean removing "build" directory gyp verb command configure [] gyp verb check python checking for Python executable "python" in the PATH gyp verb which succeeded python /usr/bin/python gyp verb check python version python -c "import platform; print(platform.python_version());" returned: "2.7.6\n" gyp verb get node dir no --target version specified, falling back to host node version: v0.10.25 gyp verb build dir attempting to create "build" dir: /var/www/html/employ/practice/restapis/node_modules/fibers/build gyp ERR! configure error gyp ERR! stack Error: EACCES, mkdir '/var/www/html/employ/practice/restapis/node_modules/fibers/build' gyp ERR! System Linux 3.13.0-24-generic gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild" "--release" gyp ERR! cwd /var/www/html/employ/practice/restapis/node_modules/fibers gyp ERR! node -v v0.10.25 gyp ERR! node-gyp -v v0.10.10 gyp ERR! not ok node-gyp exited with code: 1 Please make sure you are using a supported platform and node version. If you would like to compile fibers on this machine please make sure you have setup your build environment-- Windows + OS X instructions here: https://github.com/nodejs/node-gyp Ubuntu users please run: sudo apt-get install g++ build-essential Alpine users please run: sudo apk add python make g++ npm WARN restapis@1.0.0 No repository field.

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! fibers@2.0.0 install: node build.js || nodejs build.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the fibers@2.0.0 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2017-12-19T11_07_36_241Z-debug.log

=================================================

nodejs version : v8.9.0 npm version : 5.5.1