-
Notifications
You must be signed in to change notification settings - Fork 22
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
Error about @nestjs/config #21
Comments
I've also been blocked deploying because of this. I run an NX Monorepo and use @nx/next everywhere. Had to install
|
Hmm... is there a better way now to load config into nest.js? I haven't looked at this repo for a while now so the advice is most likely out of date. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have an pnpm workspace, I am working with nest-neo4j for 3 months.
Lately I have been removing
@nestjs/config
from my project since I'm using different solution I have implemented, since this point i cant use the lib.I had to install
@nestjs/config
again (even though im not using it) . The error is listed bellow.If
@nestjs/config
is required, wouldn't it be better if it was listed underpeerDependencies
?Thanks
The text was updated successfully, but these errors were encountered: