Skip to content

Instantly share code, notes, and snippets.

@nkhine
Created September 12, 2014 07:35
Show Gist options
  • Save nkhine/19cda0ea9fa2509a872a to your computer and use it in GitHub Desktop.
Save nkhine/19cda0ea9fa2509a872a to your computer and use it in GitHub Desktop.
iconv npm issues
npm http GET https://registry.npmjs.org/iconv
npm ERR! tar.unpack untar error /Users/khinester/.npm/iconv-lite/0.4.4/package.tgz
npm http GET https://registry.npmjs.org/growl
npm http 304 https://registry.npmjs.org/globule
npm ERR! Error: ENOENT, lstat '/Users/khinester/Sandboxes/Business/continentalclothing.com/node-blade-boiler-template/node_modules/nodemailer/node_modules/mailcomposer/node_modules/mimelib/node_modules/encoding/node_modules/iconv-lite/README.md~'
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR! System Darwin 10.8.0
npm ERR! command "node" "/usr/local/share/npm/bin/npm" "install"
npm ERR! cwd /Users/khinester/Sandboxes/Business/continentalclothing.com/node-blade-boiler-template
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.3.13
npm ERR! path /Users/khinester/Sandboxes/Business/continentalclothing.com/node-blade-boiler-template/node_modules/nodemailer/node_modules/mailcomposer/node_modules/mimelib/node_modules/encoding/node_modules/iconv-lite/README.md~
npm ERR! fstream_path /Users/khinester/Sandboxes/Business/continentalclothing.com/node-blade-boiler-template/node_modules/nodemailer/node_modules/mailcomposer/node_modules/mimelib/node_modules/encoding/node_modules/iconv-lite/README.md~
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/local/share/npm/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm http 304 https://registry.npmjs.org/iconv
npm http GET https://registry.npmjs.org/glob
npm http GET https://registry.npmjs.org/minimatch
npm http GET https://registry.npmjs.org/lodash
npm http 304 https://registry.npmjs.org/growl
npm http 304 https://registry.npmjs.org/glob
npm http 304 https://registry.npmjs.org/minimatch
npm http 304 https://registry.npmjs.org/lodash
npm http GET https://registry.npmjs.org/sigmund
npm http GET https://registry.npmjs.org/graceful-fs
npm http 304 https://registry.npmjs.org/sigmund
npm http 304 https://registry.npmjs.org/graceful-fs
npm http GET https://registry.npmjs.org/nan
npm http 304 https://registry.npmjs.org/nan
> iconv@2.1.4 install /Users/khinester/Sandboxes/Business/continentalclothing.com/node-blade-boiler-template/node_modules/i18next.gettext/node_modules/i18next-conv/node_modules/node-gettext/node_modules/iconv
> node-gyp rebuild
CC(target) Release/obj.target/libiconv/deps/libiconv/lib/iconv.o
cc1: error: unrecognized command line option "-Wno-parentheses-equality"
cc1: error: unrecognized command line option "-Wno-static-in-inline"
cc1: error: unrecognized command line option "-Wno-tautological-compare"
make: *** [Release/obj.target/libiconv/deps/libiconv/lib/iconv.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/share/npm/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:807:12)
gyp ERR! System Darwin 10.8.0
gyp ERR! command "node" "/usr/local/share/npm/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/khinester/Sandboxes/Business/continentalclothing.com/node-blade-boiler-template/node_modules/i18next.gettext/node_modules/i18next-conv/node_modules/node-gettext/node_modules/iconv
gyp ERR! node -v v0.10.28
gyp ERR! node-gyp -v v0.11.0
gyp ERR! not ok
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/khinester/Sandboxes/Business/continentalclothing.com/node-blade-boiler-template/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment