Skip to content

Commit

Permalink
fix(core): include types/node in dependencies when adding workspace-g…
Browse files Browse the repository at this point in the history
…enerator
  • Loading branch information
meeroslav committed May 19, 2022
1 parent 4863e51 commit fde5178
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
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 fde5178

Please sign in to comment.