Can't build up a project that runs smoothly fdk pack -V lint

Using the next version
version: 2.3
“node”: “18.20.3”,
“fdk”: “9.1.2”
449494804_990308152421415_3668235079433548691_n

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.