I have just installed this package on both a 16 site and a 17 site and get the same error, about the config file been broken and not been on a JSPN format.
Any one Any Ideas why??
Thanks
I have just installed this package on both a 16 site and a 17 site and get the same error, about the config file been broken and not been on a JSPN format.
Any one Any Ideas why??
Thanks
Hi, package creator here. Ive not seen this yet. Did you install the package on a fresh umbraco instance? Let me know how can i reproduce this issue.
What version of typescript do you have installed?
I tried it both on 16 and 17 and got the same issue.
I just checked and found I am missing type script.
The 17 was a vanilla install and 16 was a cloud site.
Regards
Darren
I use npm ls -g typescrip to check type script.
Ok i took a look at this issue, it is a poblem with the package. The tsconfig file should not even be included in the nuget package at all. I need to repackage the nuget without it.
@darrenhunterEmerald I’ve just rebuild the package to not include any unnecessary tsconfig files. New (17.0.1) version is on NuGet. Try it out if you want and let me know if this works out for you.
It works now, thank you.