Closed axelrindle closed 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.
Development branch is a good idea!
@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.
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.