kiln / flourish-sdk

The SDK for developing Flourish templates
Other
81 stars 16 forks source link

Error when installing @flourish/ui-styles #90

Closed git-ashish closed 10 months ago

git-ashish commented 10 months ago

Hello,

I am using the @flourish/controls module. For user driven UI customisation of these controls, I want to use the @flourish/ui-styles module. However, I am getting an error when installing the package:

npm install @flourish/ui-styles
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "workspace:": workspace:^

Can you please suggest a way to go about installing and being able to see the Controls options in the Settings panel?

Thanks

hughsk-canva commented 10 months ago

Hi @git-ashish! This has been fixed in @flourish/ui-styles@5.0.3 and should work now if you try installing it again :)

git-ashish commented 10 months ago

Thanks much @hughsk-canva! It works now.