Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module not found error #6

Open
Abhishekbharti9910 opened this issue Feb 14, 2024 · 1 comment
Open

Module not found error #6

Abhishekbharti9910 opened this issue Feb 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Abhishekbharti9910
Copy link
Collaborator

Module dropCity.enums are not found in the two files.
Screenshot from 2024-02-15 00-05-36

src/truck/truck.dto.ts
src/truck/truck.entity.ts

This error occurs on project runtime.

@Abhishekbharti9910 Abhishekbharti9910 added bug Something isn't working good first issue Good for newcomers labels Feb 14, 2024
@Abhishekbharti9910
Copy link
Collaborator Author

Typo in file name: dropcity.enums should be dropCity.enums

Description:
Encountered an error due to a naming typo in the file. It should be dropCity.enums but is currently dropcity.enums, causing import issues and compilation errors.

Steps to Reproduce:

Attempt to import dropcity.enums in a module or script.
Observe compilation error due to incorrect file name.
Expected Behavior:
File name should be dropCity.enums for proper import and compilation.

Solution:

Rename the file to dropCity.enums.
Update all references/imports accordingly.
Test application to confirm issue resolution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants