build error with yocto when OTBR_WEB=ON #10654
Unanswered
mattwood2000
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to get ot-br-posix built with the web interface using yocto (kirkstone and scarthgap). Without the web interface the build succeeds but when OTBR_WEB=ON the build will fail on npm-install with:
npm ERR! code ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to https://registry.npmjs.org/angular failed, reason: getaddrinfo ENOTFOUND registry.npmjs.org
This seems to be related to a connectivity issue and I have ensured the npm config does not have a proxy enabled, and I have tried with strict ssl set to false.
Has anyone found a workaround for this?
Thanks, Matt
Beta Was this translation helpful? Give feedback.
All reactions