akashraj9828/gitstats

Node versions incompatible with yarn

Closed this issue · 3 comments

Is your feature request related to a problem? Please describe.
This is a wonderful project currently. Kudos. As an enthusiast, I cloned the repo and ran yarn start. To my surprise I received a nice little message from yarn :
Screenshot from 2020-05-12 09-34-22

The commands with npm run just fine. As expected.

Describe the solution you'd like
Either change the installer to npm or consider containerising the project to avoid any clashes in dependencies.

Describe alternatives you've considered
The two above are what I thought seemed best.

Additional context
None currently. Let me know if I can help in this regard, or in any way that's beneficial.

I was not aware of this issue! Thanks for reporting.

No issues we can change the installer to npm that sound's a good solution right now.
I am not suggesting containerising because many folks are still unaware of Docker and they might have trouble with getting started.

Feel free to make an PR solving this issue.

I'll file one as soon as I can. Thanks.

Closing this since the issue has been resolved