Cannot find module '@openmrs/esm-framework' or its corresponding type declarations.ts(2307)

I get the above error on the line below when importing usePagination in my VS code

**** import { usePagination } from ‘@openmrs/esm-framework’;

I have that when am working on an issue in Frontend development. Am using windows 10 and its the first time run opernmrs on it

@jexsie kindly ask your question on this slack channel #openmrs3-helpme

Hi Jessie, impossible to say much without more context. Perhaps you haven’t added @openmrs/esm-framework as a dependency in your project. You might consider building off the template app. If that’s not the issue, please share your code. And yeah, Slack is the best way to get help, in the future.