Unable to resolve path to module

Author: tantan39Created Mar 23, 2025Updated Dec 14, 2025

I'm getting the import reference issue on a bunch of files as you can see below. Please let me know if anyone has any idea about how to fix it. Thanks!!!

import { AuthLayout } from '@/components/layouts/auth-layout'; import { paths } from '@/config/paths'; import { LoginForm } from '@/features/auth/components/login-form';

Unable to resolve path to module '@/components/layouts/auth-layout' Unable to resolve path to module '@/config/paths' Unable to resolve path to module '@/features/auth/components/login-form'

Source: alan2207/bulletproof-react