Page 1 of 1

Being prompted to purchase license when downloading theme

Posted: 14 Oct 2022, 01:59
by UX Design
Last week I purchased a license for the PrimeNG Theme Designer. I downloaded the theme designer and have installed it on one of our servers. I'm able to access the theme designer and make my modifications. I access this via the https://<servername>.com and not http://localhost:4200

Everything is great until I attempt to download the theme. As soon as I hit download I get prompted with a dialog stating "A designer license is required to download this theme."

I have an valid and active license. How can I remedy this situation?

Thanks in advance

Re: Being prompted to purchase license when downloading theme

Posted: 27 Oct 2022, 20:01
by cetincakiroglu
Hi,

Could you please try the steps below:

1- Unzip the designer-ng
2- Open it in your code editor
3- navigate into designer-ui folder
4- Use "npm install --package-lock=false --legacy-peer-deps" to install packages.
5- run "sass --watch src/sass:src/sass --no-source-map"
6- run "ng serve"
7- customize your theme and download

Regards