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

Can't install on Windows 8 #119

Closed
angelmunozs opened this issue May 24, 2015 · 1 comment
Closed

Can't install on Windows 8 #119

angelmunozs opened this issue May 24, 2015 · 1 comment

Comments

@angelmunozs
Copy link

When I try to do npm install iconv, I get the following error (translated from Spanish):

'C:\Users\Ángel\Scripts\node_modules\iconv\build\libiconv.vcxproj(39,46): error MSB4025: Could not load project file. Invalid character in coding provided. Line 39, column 46'

I think it may be because of the folder name, containing an 'Á'. Any idea of how I can fix this?

Thanks!

@bnoordhuis
Copy link
Owner

Hi @angelmunozs, sorry for the delay. Yes, I speculate it's because of the diacritic in the path; I think you've hit nodejs/node-gyp#297 (node-gyp is the build system for native modules.)

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

No branches or pull requests

2 participants