Skip to content

Instantly share code, notes, and snippets.

@saper
Created March 3, 2015 20:17
Show Gist options
  • Select an option

  • Save saper/d5de2c2228630c12643f to your computer and use it in GitHub Desktop.

Select an option

Save saper/d5de2c2228630c12643f to your computer and use it in GitHub Desktop.
npm install sass/node-sass
> npm install sass/node-sass
npm WARN `git config --get remote.origin.url` returned wrong result (git://github.com/sass/node-sass)
|
\
> node-sass@2.0.1 install /home/saper/sw/node_modules/node-sass
> node scripts/install.js
Can not download file from https://raw.githubusercontent.com/sass/node-sass-binaries/v2.0.1/freebsd-x64-3.28.73/binding.node
> node-sass@2.0.1 postinstall /home/saper/sw/node_modules/node-sass
> node scripts/build.js
Building: /usr/local/bin/node node_modules/pangyp/bin/node-gyp rebuild
gmake: Entering directory `/home/saper/sw/node_modules/node-sass/build'
CXX(target) Release/obj.target/binding/src/binding.o
gmake: g++: Command not found
gmake: *** [Release/obj.target/binding/src/binding.o] Error 127
gmake: Leaving directory `/home/saper/sw/node_modules/node-sass/build'
gyp ERR! build error
gyp ERR! stack Error: `gmake` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/home/saper/sw/node_modules/node-sass/node_modules/pangyp/lib/build.js:271:23)
gyp ERR! stack at ChildProcess.emit (events.js:110:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1067:12)
gyp ERR! System FreeBSD 10.0-STABLE
gyp ERR! command "/usr/local/bin/node" "/home/saper/sw/node_modules/node-sass/node_modules/pangyp/bin/node-gyp" "rebuild"
gyp ERR! cwd /home/saper/sw/node_modules/node-sass
gyp ERR! node -v v0.11.16
gyp ERR! pangyp -v v2.1.0
gyp ERR! not ok
Build failed
node-sass@2.0.1 ../node_modules/node-sass
├── get-stdin@4.0.1
├── nan@1.7.0
├── chalk@1.0.0 (escape-string-regexp@1.0.3, ansi-styles@2.0.1, supports-color@1.3.0, strip-ansi@2.0.1, has-ansi@1.0.3)
├── mkdirp@0.5.0 (minimist@0.0.8)
├── meow@3.1.0 (object-assign@2.0.0, camelcase-keys@1.0.0, minimist@1.1.0, indent-string@1.2.1)
├── npmconf@2.1.1 (uid-number@0.0.5, inherits@2.0.1, osenv@0.1.0, ini@1.3.3, once@1.3.1, nopt@3.0.1, config-chain@1.1.8, semver@4.3.1)
├── gaze@0.5.1 (globule@0.1.0)
├── sass-graph@1.0.3 (commander@2.6.0, glob@4.4.1, lodash@2.4.1)
├── request@2.53.0 (caseless@0.9.0, json-stringify-safe@5.0.0, aws-sign2@0.5.0, forever-agent@0.5.2, stringstream@0.0.4, oauth-sign@0.6.0, tunnel-agent@0.4.0, isstream@0.1.1, node-uuid@1.4.2, qs@2.3.3, combined-stream@0.0.7, form-data@0.2.0, mime-types@2.0.9, http-signature@0.10.1, bl@0.9.4, tough-cookie@0.12.1, hawk@2.3.1)
└── pangyp@2.1.0 (which@1.0.9, osenv@0.1.0, rimraf@2.2.8, graceful-fs@3.0.5, nopt@3.0.1, glob@4.3.5, fstream@1.0.4, semver@4.2.2, minimatch@2.0.1, tar@1.0.3, request@2.51.0, npmlog@1.0.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment