Closed stepman0 closed 3 years ago
I just found something similar on stackoverflow.
According to the stackoverflow post, I changed the following versions in package.json:
"@types/jasmine": "~3.7.1", (from 3.5.0) "jasmine-core": "~3.7.1", (from 3.5.0)
Now the containers build again. I cannot test at the moment, my kids are using their "music tablets" ;-)
@Thyraz: Can you please confirm, that I do not break anything else? Then I can create a pull request.
Just noticed the same here, as I finally had some time to merge some Pull Requests. Did some quick tests and everything seems to be fine.
So feel free to create Pull Request.
Ah sorry, it's already in my last commit. I updated the version of Sonos-Kids-Controller and the new jasmine versions are in the same file...
👍🏻
I just updated to the latest commits and wanted to build my container images.
I get an error message regarding a missing npm package:
I tried both with node-15 and node-16.
I have no real knowledge about npm - Any hints?