Closed sarahpy closed 11 years ago
I'm not really certain what's causing it, I couldn't reproduce the problem. However it seems to be related to node-gyp. Here are a few things for you to try:
npm remove -g node-gyp
You don't need to have node-gyp installed directly, npm will do the right thing. Alternatively, update node-gyp. You are running v0.10.6 and when I attempted to reproduce it installed v0.10.9. With v0.10.9 I did not reproduce your issue.
Could this be because of https://github.com/joyent/node/issues/5947 ?
I think adrai confirmed the cause. If you remove node-gyp or update, issues should be resolved.
I´ve installed:
when i open "Visual Studio Command Prompt' and set environment varialble as follow:
And install serial port:
I get this error:
any suggestions?
PS. 1. I have already install node-gyp (npm install -g node-gyp)