i have started facing this issue after i installed clarifai API for project face recognition and i tried everything but can't find the solution. It shows this message when hovering on import clarifai:
Could not find a declaration file for module 'clarifai'
tried reinstalling clarifai and also node modules still didn't solve this

A declaration file is only used in
TypeScriptprojects. As your project is just plainJavaScriptyou can just ignore this error.Also, Ive looked at the package and its neither written in
TypeScriptor has a package which provides types, eg @types/clarifaiSo you can just ignore this error and move on with your project. This error is only gonna be an issue for
TypeScriptprojects.