Error while trying to install with npm
-
As a reference I've tried:
npm config set strict-ssl false
npm config set registry http://registry.npmjs.org/And also using this fails too:
npm install <packagename> --registry http://registry.npmjs.org/
And of course I've also checked the Omega can actually reach "registry.npmjs.org", it responds to a ping command.
Matt
-
Same problem here!
No proxy, accessing registry with wget works fine, also on https....Some fix would be really great!!
-
@Matt-Ogborne looks like we are in the same situation.
The only thing I could do for now was to load the modules manually (git clone or use npm in another device, then copy the downloaded folder to the omega).
-
Thanks for raising this issue. It seems to be related to IPv6 resolution. We are working on a fix.
-
Same issue for me. Did anyone fix it in the meantime?
-
@Zheng-Han Are there at least any workarounds for the time being?
-
I spent a few hours w/ this last night but was unable to find a workaround that didn't involve manual modification of the Node.js sources to force dns resolution via IPv4. I'd also be very surprised if Node.js was the only affected program!
-
We're very close to a fix, sit tight!
-
-
Fix is now available with the new 0.0.8 firmware release
-
@Zheng-Han Awesome! Will give it a shot now.