Skip to content

Commit 91d2078

Browse files
authored
docs(faq): fix code { } for dgeni
1 parent 8616f26 commit 91d2078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/faq/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This likely happens when your project end up loading two Node modules of the pac
5757
Solutions:
5858
5959
- For **Yarn** Workspaces, use the [nohoist feature](https://classic.yarnpkg.com/blog/2018/02/15/nohoist) to prevent hoisting the package `@nestjs/core`.
60-
- For **pnpm** Workspaces, set `@nestjs/core` as a peerDependencies in your other module and `"dependenciesMeta": {"other-module-name": {"injected": true}}` in the app package.json where the module is imported. see: [dependenciesmetainjected](https://pnpm.io/package_json#dependenciesmetainjected)
60+
- For **pnpm** Workspaces, set `@nestjs/core` as a peerDependencies in your other module and `"dependenciesMeta": {{ '{' }}"other-module-name": {{ '{' }}"injected": true{{ '}}' }}` in the app package.json where the module is imported. see: [dependenciesmetainjected](https://pnpm.io/package_json#dependenciesmetainjected)
6161
6262
#### "Circular dependency" error
6363

0 commit comments

Comments
 (0)