warp-drive-engineering / engage

Scaffolding for highly optimized applications built with Ember.js
MIT License
26 stars 0 forks source link

`engage project ...` errors with unmet peer dep error #1

Open knownasilya opened 2 years ago

knownasilya commented 2 years ago
  ' ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies\n' +
    '\n' +
    '.\n' +
    '└─┬ release-it\n' +
    '  └─┬ @octokit/rest\n' +
    '    └─┬ @octokit/plugin-paginate-rest\n' +
    '      └── ✕ unmet peer @octokit/core@>=4: found 3.6.0 in @octokit/rest\n' +
    '\n' +
    `hint: If you don't want pnpm to fail on peer dependency issues, add "strict-peer-dependencies=false" to an .npmrc file at the root of your project.\n`,

There is also no spinner, it just hangs for a bit (during which time it looks like pnpm install runs).