meta-iot2050: Error when building
hey there, any chance you guys know how to resolve this:
ERROR: Task (/repo/recipes-app/npm/npm-buildchroot_6.10.3+ds.bb:do_install_builddeps) failed with exit code '1'
getting it when running:
./kas-container build kas-iot2050-example.yml
Thanks, Ash.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 19
Would be worth a try, yes.
This npm parenting is continuous “fun”. Waiting for the day it gets better.
Oh, forget to mention, you might need perform a clean build.
Looks like some node-package in backports repo breaks the nodes dependency.
For a quick workaround, try to add
node-tar
toconf/distro/preferences.npm-backport
see this commit on my branch. At least the npm build is passed, still watching other builds.