'Import error is still there even when I have removed that import [React]. Any solution?

Failed to compile.

./src/pages/newProduct/NewProduct.jsx Module not found: Can't resolve 'firebase/app' in 'C:\Users\DELL\MERN STACK\ECOMMERCE\admin\src\pages\newProduct'



Solution 1:[1]

As said in the comments:

Hello, your question needs improving, very little information is given. Based on what you said, you most likely have an issue with node_modules. Did you install all required dependencies? Also did you install them in the right folder? –

Issue was that dependency was missing - as answered by the author.

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 Veljko Blagojevic