gitKrystan / prettier-plugin-ember-template-tag

A prettier plugin for formatting Ember template tags
MIT License
22 stars 12 forks source link

Remove `npx only-allow pnpm` preinstall hook #92

Closed chriskrycho closed 1 year ago

chriskrycho commented 1 year ago

While it can help first-time developers avoid a bounce, the use of only-allow with npx also means this does not work on boxes which do not have internet access, most notably internal CI boxes. Since there are alternative ways to solve the first-user flow (documentation, the fact that all package managers flag up the fact that you are using a different manager than the lock file in the repo, etc.), this removes this entirely.

Fixes #90. Alternative to #93.

chriskrycho commented 1 year ago

Resolved in favor of #93!