Skip to content

Instantly share code, notes, and snippets.

@saper
Created April 20, 2015 10:54
Show Gist options
  • Save saper/5cdcd0f7133c7c7398b5 to your computer and use it in GitHub Desktop.
Save saper/5cdcd0f7133c7c7398b5 to your computer and use it in GitHub Desktop.
Script started on Mon Apr 20 10:53:47 2015
command: env SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=yes npm install sass/node-sass
npm ERR! git config --get remote.origin.url
npm WARN `git config --get remote.origin.url` returned wrong result (git://github.com/sass/node-sass)
-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\-\-\|/--\|/-\|/-\|-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|-\--\|/-
> node-sass@3.0.0-beta.5 install /home/saper/sw/node_modules/node-sass
> node scripts/install.js
Skipping downloading binaries on CI builds
> node-sass@3.0.0-beta.5 postinstall /home/saper/sw/node_modules/node-sass
> node scripts/build.js
events.js:85
throw er; // Unhandled 'error' event
^
Error: spawn LIBSASS_GIT_VERSION=,3.2.0-beta.5, ./scripts/git.sh ENOENT
at exports._errnoException (util.js:746:11)
at Process.ChildProcess._handle.onexit (child_process.js:1046:32)
at child_process.js:1137:20
at process._tickCallback (node.js:355:11)
npm ERR! FreeBSD 10.1-STABLE
npm ERR! argv "node" "/usr/local/bin/npm" "install" "sass/node-sass"
npm ERR! node v0.12.0
npm ERR! npm v2.7.0
npm ERR! code ELIFECYCLE
npm ERR! node-sass@3.0.0-beta.5 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.0.0-beta.5 postinstall script 'node scripts/build.js'.
npm ERR! This is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/build.js
npm ERR! You can get their info via:
npm ERR! npm owner ls node-sass
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/saper/sw/test2/npm-debug.log
Script done on Mon Apr 20 10:54:04 2015
@xzyfer
Copy link

xzyfer commented Apr 20, 2015

This looks suspicious

LIBSASS_GIT_VERSION=,3.2.0-beta.5, ./scripts/git.sh

Looks like the join() without a param is defaulting to a comma on your system.

Can I ask what environment you're on? NVM I see it's FreeBSD and node 0.12.

@xzyfer
Copy link

xzyfer commented Apr 20, 2015

Looks like that is the default behaviour of join. I guess my system has something weird going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment