jacobwhall / marktext

fork of marktext, seeking to modernize our favorite markdown editor
MIT License
124 stars 3 forks source link

Fix Project Init #3

Closed axelrindle closed 1 year ago

axelrindle commented 1 year ago

I had some trouble running the initial yarn install.

It complained about invalid peer-dependencies and not detecting yarn correctly.

This should fix so an initial yarn works.

jacobwhall commented 1 year ago

Great! I just updated my environment to the following:

...and yarn install works on your branch (and not on mine), so yay!

I'm thinking of holding off on merging this until the project builds, so that the trunk branch can be buildable (using older versions of node and such) in the interim. @axelrindle if you'd like to have a development branch in this repo, let me know.

axelrindle commented 1 year ago

Development branch is a good idea!

jacobwhall commented 1 year ago

@axelrindle alright, I've merged this PR into a fresh develop branch, and invited you as a collaborator. Shoot me an email if you have any trouble writing to the repository. Please stay on develop for now and open a PR once you're ready to merge into trunk, so I can stay up-to-date on what's going on.

It's going to be really exciting to see MarkText build in an updated environment! Thanks for all the time you've already put into this.