3

I tried

npm install -g mongodb formidable nodemailer simplesmtp imap

After I got an error in red line:

.....AppData.....node_modules\iconv\build\icovcxproj(40,47)> error MSB4025: The project file could not be loaded: Invalid character in the given encoding. Line 40, position 47. ... 

npm WARN optional dep failed, continuing [email protected] ... 

and after some ERR! rows.

What can I do?

(Op: Windows 8 )

1

1 Answer 1

2

It seems that the problem is with installing one of the dependencies, iconv.

You should show us the output of npm install -g iconv. And if you can, post it to the project's issue list.

I'm not sure which of the projects (mongodb formidable nodemailer simplesmtp imap) has iconv as a dependency, but installing them separately should let you know.

npm install -g mongodb
npm install -g formidable
npm install -g nodemailer
...
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.