Webstorm can't see node_modules

After deleting node_modules, webstorm stopped seeing this folder and modules in general because of this I get stupid errors, example import errors (I will give an example in the attached files).
All happened after I manually deleted the file node_modules, and performed yarn dev - modules installed but webstorm does not see them

0
1 comment

Did you refresh the internal file system with File > Reload all from disk? Does the issue persists on the IDE restart? If yes, please make sure that node_modules is not added to ignored patterns in Settings | Editor | File Types, Ignored Files and Folders.

0

Please sign in to leave a comment.