Skip to content

Instantly share code, notes, and snippets.

@mrengy
Created April 25, 2016 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrengy/46a6425921b86d0842728e0fd7f64615 to your computer and use it in GitHub Desktop.
Save mrengy/46a6425921b86d0842728e0fd7f64615 to your computer and use it in GitHub Desktop.
new-host:cg-style mikeeng$ npm run build
> cloudgov-style@0.3.4 build /Applications/MAMP/htdocs/cg-style
> npm run build-css && npm run build-font && npm run build-img && npm run compile-css && npm run build-js && npm run compile-js && npm run gem
> cloudgov-style@0.3.4 build-css /Applications/MAMP/htdocs/cg-style
> mkdir -p ./css && node-sass ./src/css/main.scss ./css/cloudgov-style.css && npm run build-prefix
sh: node-sass: command not found
npm ERR! Darwin 10.8.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build-css"
npm ERR! node v4.4.3
npm ERR! npm v2.15.1
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! cloudgov-style@0.3.4 build-css: `mkdir -p ./css && node-sass ./src/css/main.scss ./css/cloudgov-style.css && npm run build-prefix`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the cloudgov-style@0.3.4 build-css script 'mkdir -p ./css && node-sass ./src/css/main.scss ./css/cloudgov-style.css && npm run build-prefix'.
npm ERR! This is most likely a problem with the cloudgov-style package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! mkdir -p ./css && node-sass ./src/css/main.scss ./css/cloudgov-style.css && npm run build-prefix
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs cloudgov-style
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls cloudgov-style
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Applications/MAMP/htdocs/cg-style/npm-debug.log
npm ERR! Darwin 10.8.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v4.4.3
npm ERR! npm v2.15.1
npm ERR! code ELIFECYCLE
npm ERR! cloudgov-style@0.3.4 build: `npm run build-css && npm run build-font && npm run build-img && npm run compile-css && npm run build-js && npm run compile-js && npm run gem`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cloudgov-style@0.3.4 build script 'npm run build-css && npm run build-font && npm run build-img && npm run compile-css && npm run build-js && npm run compile-js && npm run gem'.
npm ERR! This is most likely a problem with the cloudgov-style package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run build-css && npm run build-font && npm run build-img && npm run compile-css && npm run build-js && npm run compile-js && npm run gem
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs cloudgov-style
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls cloudgov-style
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Applications/MAMP/htdocs/cg-style/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment