Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix iconv #11

Closed
wants to merge 2 commits into from
Closed

Fix iconv #11

wants to merge 2 commits into from

Conversation

trashstack
Copy link

No description provided.

@nuarhu
Copy link

nuarhu commented Mar 22, 2013

Why have you closed your pull request? I'm running into this, as well, with node 0.10.1. Wouldn't it fix this problem:

(i18next-conv depends on node-gettext)

$ npm install i18next-conv -g
npm http GET https://registry.npmjs.org/i18next-conv
npm http 200 https://registry.npmjs.org/i18next-conv
npm http GET https://registry.npmjs.org/i18next-conv/-/i18next-conv-0.1.2.tgz
npm http 200 https://registry.npmjs.org/i18next-conv/-/i18next-conv-0.1.2.tgz
npm http GET https://registry.npmjs.org/node-gettext
npm http GET https://registry.npmjs.org/colors
npm http GET https://registry.npmjs.org/commander
npm http 200 https://registry.npmjs.org/colors
npm http 200 https://registry.npmjs.org/node-gettext
npm http GET https://registry.npmjs.org/node-gettext/-/node-gettext-0.2.10.tgz
npm http 200 https://registry.npmjs.org/commander
npm http GET https://registry.npmjs.org/commander/-/commander-1.1.1.tgz
npm http 200 https://registry.npmjs.org/node-gettext/-/node-gettext-0.2.10.tgz
npm http 200 https://registry.npmjs.org/commander/-/commander-1.1.1.tgz
npm http GET https://registry.npmjs.org/keypress
npm http GET https://registry.npmjs.org/iconv/1.1.3
npm http 200 https://registry.npmjs.org/iconv/1.1.3
npm http GET https://registry.npmjs.org/iconv/-/iconv-1.1.3.tgz
npm http 200 https://registry.npmjs.org/keypress
npm http GET https://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz
npm http 200 https://registry.npmjs.org/iconv/-/iconv-1.1.3.tgz
npm http 200 https://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz

iconv@1.1.3 preinstall /usr/local/lib/node_modules/i18next-conv/node_modules/node-gettext/node_modules/iconv
node-waf configure

sh: node-waf: command not found
npm ERR! iconv@1.1.3 preinstall: node-waf configure
npm ERR! sh "-c" "node-waf configure" failed with 127
npm ERR!
npm ERR! Failed at the iconv@1.1.3 preinstall script.
npm ERR! This is most likely a problem with the iconv package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-waf configure
npm ERR! You can get their info via:
npm ERR! npm owner ls iconv
npm ERR! There is likely additional logging output above.

npm ERR! System Darwin 11.4.2
npm ERR! command "node" "/usr/local/bin/npm" "install" "i18next-conv" "-g"
npm ERR! cwd XXX
npm ERR! node -v v0.10.1
npm ERR! npm -v 1.2.15
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! XXX/npm-debug.log
npm ERR! not ok code 0

@nuarhu nuarhu mentioned this pull request Mar 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants