Closed bellini666 closed 8 years ago
Just tested on another 32bits machine, and the error is reproducible 100% of times, while on 64bits machines the installation is always successful.
After some investigation, I found that this project cannot be built on 32bits machine. For that, we should use a 64bits machine and set target-arch
to ia32
.
The real problem is the fact that node-wrtc
is not providing binaries for ia32. Since I already posted my findings there, I'm closing this issue.
I had this error when trying to
npm install
thenode-wrtc
package.AFAIK, this only happens on 32bits systems. The same doesn't produce any errors on a 64bits machine (same distro btw, Ubuntu 14.04)
cc @nihey