Using the next version
version: 2.3
“node”: “18.20.3”,
“fdk”: “9.1.2”
Is there any way to download fdk 9.1.1? or have download links, on the page, there are lasts download
Thank.
Using the next version
version: 2.3
“node”: “18.20.3”,
“fdk”: “9.1.2”
Is there any way to download fdk 9.1.1? or have download links, on the page, there are lasts download
Thank.
Hey @Duong_nguyen_hoang1,
When you run fdk pack
it validates the code coverage and since it’s very low it’s failing to pack the app. Try to improve the code coverage - Freshworks Developer Docs | Introduction to code coverage
I used the following command to solve my problem
fdk pack -s -V lint
Thanks
This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.