Error message: Configuration is not valid #365
Unanswered
ayushmandixit2000
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running my project on my laptop, I encountered the following error related to reading a .yaml file:
/Users//Desktop/carbon/service/node_modules/nest-typed-config/lib/typed-config.module.ts:134
throw new Error(configErrorMessage);
^
Error: Configuration is not valid:
The issue seems to be specific to my laptop, as it works fine on other computers. I believe the .yaml file is accurately formatted. Can anyone help me understand the cause of this error and provide suggestions on how to resolve it? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions