Open jzacsh opened 3 years ago
npm install may have littered your env.
Start from a fresh directory and follow the prerequisites - https://github.com/etesync/etesync-notes#prerequisites
I think the issue you are facing (and we should probably update the readme!) is that developing the web requires yarn add expo
. We are however not adding this dep permanently because it adds non-free components to the Android and iOS bulids which we don't want.
Thanks, that worked and indeed I'm able to see the UI on localhost now.
I've started a pull request with the update to the readme you mention, and threw in a few other TODOs that might be helpful for me to figure out and include before I close that PR.
Great to hear! Cool, let me know once the PR is ready to review.
yarn web
results in:note i've had
yarn
run successfully, as well asnpm install
(trying to follow the above error's expo hint)possible lead: is it correct that the READMe says to have both yarn and npm installed?
tdl;dr maybe this is a "support" ticket (in which case, feel free to close it - i'm happy to try debugging live in the matrix room instead) but maybe something's off with the readme? wanna double-check before i investigate further