'Requiring module "node_modules\@react-navigation\drawer\src\index.tsx" while using Drawer Navigation

I am working on building a React Native application. I have installed React navigation stack and worked on it, it works fine. When I installed Drawer navigation and tried to use that, it came up with these errors. What is causing the problem here?

My App.js:

enter image description here

My Navigation.js:

enter image description here

My Errors:

enter image description here



Solution 1:[1]

npm start -- --reset-cache

Also I closed and rerun the emulator.

More can me found here. Navigate

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sumanstm21