Skip to content

Instantly share code, notes, and snippets.

@kenperkins
Created December 12, 2011 22:36
Show Gist options
  • Save kenperkins/1469469 to your computer and use it in GitHub Desktop.
Save kenperkins/1469469 to your computer and use it in GitHub Desktop.
root@dev:/home/clipboard/tmp# npm install emailjs
> [email protected] preinstall /home/clipboard/tmp/node_modules/emailjs/node_modules/buffertools
> ./build-wrapper
Traceback (most recent call last):
File "/usr/local/bin/node-waf", line 14, in <module>
import Scripting
ImportError: No module named Scripting
npm ERR! error installing [email protected] Error: [email protected] preinstall: `./build-wrapper`
npm ERR! error installing [email protected] `sh "-c" "./build-wrapper"` failed with 1
npm ERR! error installing [email protected] at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing [email protected] at ChildProcess.emit (events.js:70:17)
npm ERR! error installing [email protected] at maybeExit (child_process.js:359:16)
npm ERR! error installing [email protected] at Process.onexit (child_process.js:395:5)
npm ERR! error installing [email protected] Error: [email protected] preinstall: `./build-wrapper`
npm ERR! error installing [email protected] `sh "-c" "./build-wrapper"` failed with 1
npm ERR! error installing [email protected] at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing [email protected] at ChildProcess.emit (events.js:70:17)
npm ERR! error installing [email protected] at maybeExit (child_process.js:359:16)
npm ERR! error installing [email protected] at Process.onexit (child_process.js:395:5)
npm ERR! [email protected] preinstall: `./build-wrapper`
npm ERR! `sh "-c" "./build-wrapper"` failed with 1
npm ERR!
npm ERR! Failed at the [email protected] preinstall script.
npm ERR! This is most likely a problem with the buffertools package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ./build-wrapper
npm ERR! You can get their info via:
npm ERR! npm owner ls buffertools
npm ERR! There is likely additional logging output above.
npm ERR!
npm ERR! System Linux 2.6.32-33-server
npm ERR! command "node" "/usr/local/bin/npm" "install" "emailjs"
npm ERR! cwd /home/clipboard/tmp
npm ERR! node -v v0.6.5
npm ERR! npm -v 1.0.106
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/clipboard/tmp/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment