sintaxi / harp

Static Web Server/Generator/Bundler
http://harpjs.com
5k stars 343 forks source link

Deploy HarpJS to Openshift #280

Closed mcbjam closed 10 years ago

mcbjam commented 10 years ago

I'm trying to deploy harp to Openshift.

I have this error :

remote: npm info preuninstall node-sass@0.8.4 remote: npm info uninstall node-sass@0.8.4 remote: npm info postuninstall node-sass@0.8.4 remote: npm info /var/lib/openshift/5351430d4382ec997f000d38/app-root/runtime/repo/node_modules/harp/node_modules/terraf orm unbuild remote: npm info preuninstall terraform@0.7.0 remote: npm info uninstall terraform@0.7.0 remote: npm info postuninstall terraform@0.7.0 remote: npm info /var/lib/openshift/5351430d4382ec997f000d38/app-root/runtime/repo/node_modules/harp unbuild remote: npm info preuninstall harp@0.12.1 remote: npm info uninstall harp@0.12.1 remote: npm info postuninstall harp@0.12.1 remote: npm ERR! node-sass@0.8.4 install: node build.js remote: npm ERR! sh "-c" "node build.js" failed with 1 remote: npm ERR! remote: npm ERR! Failed at the node-sass@0.8.4 install script. remote: npm ERR! This is most likely a problem with the node-sass package, remote: npm ERR! not with npm itself. remote: npm ERR! Tell the author that this fails on your system: remote: npm ERR! node build.js remote: npm ERR! You can get their info via: remote: npm ERR! npm owner ls node-sass remote: npm ERR! There is likely additional logging output above. remote: remote: npm ERR! System Linux 2.6.32-431.11.2.el6.bz844450.x86_64 remote: npm ERR! command "node" "/usr/bin/npm" "install" "-d" remote: npm ERR! cwd /var/lib/openshift/5351430d4382ec997f000d38/app-root/runtime/repo remote: npm ERR! node -v v0.6.20 remote: npm ERR! npm -v 1.1.37 remote: npm ERR! code ELIFECYCLE remote: npm ERR! message node-sass@0.8.4 install: node build.js remote: npm ERR! message sh "-c" "node build.js" failed with 1 remote: npm ERR! remote: npm ERR! Additional logging details can be found in: remote: npm ERR! /var/lib/openshift/5351430d4382ec997f000d38/app-root/runtime/repo/npm-debug.log remote: npm ERR! not ok code undefined remote: npm ERR! not ok code 1 remote: An error occurred executing 'gear postreceive' (exit code: 1) remote: Error message: CLIENT_ERROR: Failed to execute: 'control build' for /var/lib/openshift/5351430d4382ec997f000d38/ nodejs

In advance thanks.

kevinsimper commented 10 years ago

This is a error in node-sass, and not something with Harp. But can you make a gist with the full npm.log?

mcbjam commented 10 years ago

Here is the issue on node-saas project ; https://github.com/andrew/node-sass/issues/289

I will try to get the npm.log, i don't have access right now

mcbjam commented 10 years ago

----> node-saas don't work on nodejs 6.

kennethormandy commented 10 years ago

Thanks for the help, @kevinsimper. @mcbjam Just out of curiosity, is that a major issue for you? Was there a particular reason you wanted to use Node 0.6.x?

mcbjam commented 10 years ago

Hi. @kevinsimper. Thanks for your return. It's oj for me, i upgrade to node10. It was just an old hosting in node 0.6 i didn't pay attention.

Best regards and thanks for your help.