andersevenrud / xpra-html5-client

Xpra HTML5 client written in TypeScript
https://andersevenrud.github.io/xpra-html5-client/ts/client/
Mozilla Public License 2.0
34 stars 10 forks source link

xpra-html5-client dependencies not published #5

Closed shmuelhizmi closed 2 years ago

shmuelhizmi commented 2 years ago

hey, I'm trying to install xpra-html5-client and I get the error Couldn't find package "xpra-av@^1.0.0" required by "xpra-html5-client@2.2.0" on the "npm" registry. this is because you didn't yet publish xpra-html5-client's dependencies from your mono-repo

andersevenrud commented 2 years ago

Ah, yes. I haven't actually tested this myself yet in a standalone project. I''m building xpra-av and the other deps in the physical bundle, so I need to change the dependencies list in the published package.

andersevenrud commented 2 years ago

I'll fix this today and give you a ping when you can test again.

andersevenrud commented 2 years ago

I've moved the dependencies in question to devDependencies, so this should resolve the issue. I just did a new publish onto npm, so you can give it a go!

andersevenrud commented 2 years ago

Pretty sure this has been fixed, so I'll close this issue. If you still get some problems, feel free to re-open.

Thanks for letting me know about this!

shmuelhizmi commented 2 years ago

Thanks!