Skip to content

Commit

Permalink
fix(core): include types/node in deps when adding workspace-generator (
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed May 20, 2022
1 parent 04985be commit c17a086
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -24,6 +24,9 @@ export default async function (host: Tree, schema: Schema) {
{},
{
'@nrwl/devkit': nxVersion,
// types/node is neccessary for pnpm since it's used in tsconfig and transitive
// dependencies are not resolved correctly
'@types/node': 'latest',
}
);

Expand Down

0 comments on commit c17a086

Please sign in to comment.