Created
July 25, 2010 20:33
-
-
Save silentrob/489862 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(ironman) ~/projects/personal $ sudo npm build apricot | |
npm it worked if it ends with ok | |
npm configfile /Users/ironman/.npmrc | |
npm cli [ 'build', 'apricot' ] | |
npm version 0.1.20 | |
npm required jsdom->= 0.0.1 | |
npm found [email protected] | |
npm createMain ./lib/apricot | |
npm linkLib apricot-0.0.1 | |
npm ! WARNING ! | |
npm ! WARNING ! Symlinking the lib directory is deprecated | |
npm ! WARNING ! Please don't rely on this feature, as it will be removed. | |
npm ! WARNING ! Use the 'main' module instead. | |
npm ! WARNING ! | |
npm lifecycle apricot-0.0.1 postinstall | |
npm exec sh "-c" "./scripts/fetch_htmlparser" | |
sh: ./scripts/fetch_htmlparser: No such file or directory | |
npm fail Failed to exec postinstall script | |
npm ! Error: `sh` failed with 127 | |
at ChildProcess.<anonymous> (/usr/local/lib/node/.npm/npm/0.1.20/package/lib/utils/exec.js:27:18) | |
at ChildProcess.emit (events:32:26) | |
at ChildProcess.onexit (child_process:128:12) | |
at node.js:255:9 | |
npm failure try running: 'npm help build' | |
npm failure Report this *entire* log at <http://github.com/isaacs/npm/issues> | |
npm failure or email it to <[email protected]> | |
npm Couldn't remove /usr/local/lib/node/.npm/.tmp/1280021540174-0.48042248375713825 Error: EPERM, Operation not permitted '/usr/local/lib/node/.npm/.tmp/1280021540174-0.48042248375713825' | |
at Object.unlinkSync (fs:344:18) | |
at /usr/local/lib/node/.npm/npm/0.1.20/package/npm.js:120:14 | |
at Array.forEach (native) | |
at EventEmitter.<anonymous> (/usr/local/lib/node/.npm/npm/0.1.20/package/npm.js:119:9) | |
at EventEmitter.emit (events:42:20) | |
at EventEmitter.exit (node.js:225:11) | |
at errorHandler (/usr/local/lib/node/.npm/npm/0.1.20/package/cli.js:83:11) | |
at callback (/usr/local/lib/node/.npm/npm/0.1.20/package/lib/utils/chain.js:29:22) | |
at callback (/usr/local/lib/node/.npm/npm/0.1.20/package/lib/utils/chain.js:29:22) | |
at callback (/usr/local/lib/node/.npm/npm/0.1.20/package/lib/utils/chain.js:29:22) | |
npm not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment