Created
February 4, 2015 22:04
-
-
Save goodforenergy/7c7d327a2ea4dc103604 to your computer and use it in GitHub Desktop.
Failed build with libsass bindings issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] --- frontend-maven-plugin:0.0.17:install-node-and-npm (install node and npm) @ ibpworkbench --- | |
[INFO] Node v0.10.33 is already installed. | |
[INFO] Found NPM version 2.1.7 | |
[INFO] | |
[INFO] --- frontend-maven-plugin:0.0.17:npm (npm install) @ ibpworkbench --- | |
[INFO] Running 'npm install --color=false' in /home/build/opt/jenkins/jobs/IBPWorkbench-OM/workspace/src/main/web | |
[INFO] npm WARN package.json [email protected] fs is also the name of a node core module. | |
[INFO] npm WARN package.json [email protected] No description | |
[INFO] npm WARN package.json [email protected] No repository field. | |
[INFO] npm WARN package.json [email protected] path is also the name of a node core module. | |
[INFO] | |
[INFO] --- frontend-maven-plugin:0.0.17:gulp (gulp clean) @ ibpworkbench --- | |
[INFO] Running 'gulp clean --no-color' in /home/build/opt/jenkins/jobs/IBPWorkbench-OM/workspace/src/main/web | |
[INFO] | |
[INFO] Error: `libsass` bindings not found. Try reinstalling `node-sass`? | |
[INFO] at getBinding (/home/build/opt/jenkins/jobs/IBPWorkbench-OM/workspace/src/main/web/node_modules/gulp-sass/node_modules/node-sass/lib/index.js:21:11) | |
[INFO] at Object.<anonymous> (/home/build/opt/jenkins/jobs/IBPWorkbench-OM/workspace/src/main/web/node_modules/gulp-sass/node_modules/node-sass/lib/index.js:211:23) | |
[INFO] at Module._compile (module.js:456:26) | |
[INFO] at Object.Module._extensions..js (module.js:474:10) | |
[INFO] at Module.load (module.js:356:32) | |
[INFO] at Function.Module._load (module.js:312:12) | |
[INFO] at Module.require (module.js:364:17) | |
[INFO] at require (module.js:380:17) | |
[INFO] at Object.<anonymous> (/home/build/opt/jenkins/jobs/IBPWorkbench-OM/workspace/src/main/web/node_modules/gulp-sass/index.js:3:17) | |
[INFO] at Module._compile (module.js:456:26) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the same problem using mvn tomcat7:run. Any solution?