michaelsharman / LT

A utility library of helper modules useful if you're developing with Learnosity APIs.
MIT License
0 stars 2 forks source link

Problems building with yarn 4 #10

Open mpetrowi opened 1 month ago

mpetrowi commented 1 month ago

Hi Michael,

We're having problems including LT into our app because of the ssml git packages. Yarn 4 has a known issue checksumming packages included directly from git. The build works locally, but CI and docker builds fail because of architecture differences. Is there a released version of ssml-editor that LT can use instead?

Refs: https://github.com/yarnpkg/berry/issues/2774 https://github.com/yarnpkg/berry/issues/5136

michaelsharman commented 1 month ago

Ah ok. Yeah this was forked (as was a dependency of it) because they were written for Node environments, not the browser.

I can publish my repo's to NPM, will that fix things?

mpetrowi commented 3 weeks ago

Hi Michael, Sorry I didn't see your response earlier. We're delaying the move to yarn 4 because of some other issues as well. I think it would be better for the project if the dependencies were in NPM, but for now it's not blocking us as it is. Thanks!