Got errors like below.
Cannot find module '../../lib/dynamic-import' or its corresponding type declarations.ts(2307)
The directory lib is missing in the codebase, probably due to the lib added to .gitignore, so that you forgot to check in this folder to the git repository. It should be easy to fix.
Got errors like below.
The directory
libis missing in the codebase, probably due to thelibadded to.gitignore, so that you forgot to check in this folder to the git repository. It should be easy to fix.