Skip to content

Commit

Permalink
support for yarn 2.0 (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
jurosh authored May 25, 2023
1 parent e57b628 commit 0615cf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ const optionalFiles: FileSet = {
},
],
},
".yarnrc.yml": `
# Force Yarn v2+ to use node_modules
nodeLinker: node-modules`,
"devsconfig.json": {},
"package.json": {
version: "0.0.0",
Expand Down

0 comments on commit 0615cf1

Please sign in to comment.