CliffS / ikea-tradfri

A library to access the IKEA Trådfri lighting system without needing to call a separate binary
GNU Lesser General Public License v3.0
12 stars 6 forks source link

Installing ikea-tradfri is breaking #2

Closed macanjeros closed 6 years ago

macanjeros commented 6 years ago

Hi Cliff,

I was trying to install your ikea-tradfri package and install is breaking. I am new with using npm and node js. Error I get: "npm ERR! Failed at the node-aead-crypto@1.0.5 install script".

I am using x64 windows 10. Do you know what is causing the problem?

CliffS commented 6 years ago

Do you know what is causing the problem?

No but I'll try to find out.

AlCalzone commented 6 years ago

I'll need the complete output of npm install node-aead-crypto to see whats going on.

AlCalzone commented 6 years ago

Ok I forgot to precompile the binaries for node-aead-crypto@1.0.5. The fallback build is probably failing because you don't have python installed and configured for building node-gyp packages.

Solution 1: Install windows-build-tools from a command line with administrator rights npm --add-python-to-path='true' install --global windows-build-tools, then try again.
Solution 2: Wait a bit, I just started the precompiling process.

AlCalzone commented 6 years ago

Any news?