Skip to content

Commit

Permalink
Upgrade yeoman generator
Browse files Browse the repository at this point in the history
The current Yeoman generator version is 5.6.x, while ours was 3.1.x.
However, version 5 introduced breaking changes regarding npm package
management. Attempts to migrate to this new API failed as it is very
different, poorly documented and possibly broken. See
yeoman/generator#1294

Therefore migrate to latest 4.x only. It works out of the box.
tbuschto committed Jun 3, 2022

Verified

This commit was signed with the committer’s verified signature.
JonGilmore Jon Gilmore
1 parent d27f9c9 commit 640d573
Showing 2 changed files with 1,183 additions and 642 deletions.
1,823 changes: 1,182 additions & 641 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"app"
],
"dependencies": {
"yeoman-generator": "^3.1.1"
"yeoman-generator": "~4.13.x"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "latest",

0 comments on commit 640d573

Please sign in to comment.