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

Error about @nestjs/config #21

Open
aviNrich opened this issue Jan 31, 2024 · 0 comments
Open

Error about @nestjs/config #21

aviNrich opened this issue Jan 31, 2024 · 0 comments

Comments

@aviNrich
Copy link

aviNrich commented Jan 31, 2024

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 under peerDependencies?
Thanks

 | node:internal/modules/cjs/loader:1137
 |   throw err;
 |   ^
 | 
 | Error: Cannot find module '@nestjs/config'
 | Require stack:
 | - /usr/src/node/node_modules/.pnpm/nest-neo4j@0.3.1/node_modules/nest-neo4j/dist/neo4j.module.js
 | - /usr/src/node/node_modules/.pnpm/nest-neo4j@0.3.1/node_modules/nest-neo4j/dist/index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant