Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review yarn vs npm vs others #137

Open
Tracked by #116
cloverich opened this issue Jan 20, 2024 · 1 comment
Open
Tracked by #116

Review yarn vs npm vs others #137

cloverich opened this issue Jan 20, 2024 · 1 comment

Comments

@cloverich
Copy link
Owner

cloverich commented Jan 20, 2024

While adding github actions I ran into some conflicts with yarn. Not a big deal, but as suggested here, I'm most definitely using yarn because it was good years ago and npm was (very) bad. If npm is fine now, going back to it is one less dependency in setup and in CI.

  • Review NPM setup
  • Update any CI scripts (remove yarn)
  • Carefully review the build and packaging steps, esp any rebuild or pruning

Could make sense to pair this with #118 (especially if touching the packagers)

@cloverich cloverich mentioned this issue Jan 20, 2024
18 tasks
This was referenced Feb 17, 2024
@cloverich
Copy link
Owner Author

Read up a bit; npm will be a bit slower, but actually (correctly) fails to convert the proejct as is because of a couple of dependency conflicts (#159 ). Probably yarn will be the same. Ultimately this isn't blocking the rest of the feature work, so going to defer to next next sprint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant