import { MsalInterceptor } from '@azure/msal-angular/msal.interceptor';
Although the module has been declared without errors in VS Code, I am encountering an error in the command prompt stating that the module is not found. However, upon manual inspection, the module is indeed present. How can I resolve this issue? Any suggestions?
What steps should I take to rectify this situation?