Bug

Yarn Error: cannot find a module or its corresponding type declaration [fixed]

brightlightkim 2022. 6. 25. 02:00

You should include that in the dependency to make your Visual Studio Code to get the library.

 

Type:

 

yarn add -D [package name]

 

- don't type [],  just a package name. 

 

It will fix the problem.