Replies: 2 comments 1 reply
-
|
It seems to be an internet/DNS issue. You may consider either
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for the tip! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I am asking for help from the esteemed community.
I tried to install OTBR on Raspberry PI 3 (OS Raspberry PI Lite 64-bit).
As it is written here:
https://openthread.io/guides/border-router/build-native
But, the script
$ INFRA_IF_NAME=eth0 ./script/setup
ended with an error:
[542/547] Generating node_modules/angular-material/angular-material.min.css, node_m...in.js, node_modules/d3/d3.min.js, node_modules/material-design-lite/material.min.js
FAILED: src/web/web-service/frontend/node_modules/angular-material/angular-material. ......
cd /home/valdev/ot-br-posix/build/otbr/src/web/web-service/frontend && cp /home/valdev/ot-br-posix/src/web/web-service/frontend/package.json . && npm install
npm ERR! code ETIMEDOUT
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/angular failed, reason: connect ETIMEDOUT 2606:4700::6810:1a22:443
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
I don't use a proxy. What could be the problem?
p.s I did the same thing on my laptop (Ubuntu 24.04 64-bit OS) and did not encounter this problem.
BR.
Valeriy
Beta Was this translation helpful? Give feedback.
All reactions