SaraVieira / starter-book

A book starter to kickstart your writing journey 🎉
https://saravieira.github.io/starter-book/#/
MIT License
339 stars 29 forks source link

Add yarn install to how to use steps #6

Closed simonplend closed 3 years ago

simonplend commented 3 years ago

I'm not familiar with yarn and the commands it makes available so not having the project dependencies installed caught me out initially. Then I ran npm install and all hell broke loose as that doesn't pay any attention to yarn.lock, meaning the versions of the dependencies which were installed were different to those specified in the yarn lockfile and had various compatibility issues. yarn install got everything working like magic ✨

netlify[bot] commented 3 years ago

:construction_worker: Deploy request for wizardly-snyder-c98440 accepted.

:hammer: Explore the source changes: e24c331a0f651dae4b3743dd2a71c345586f2347

:mag: Inspect the deploy logs: https://app.netlify.com/sites/wizardly-snyder-c98440/deploys/5fc36f4327164300075cb6f7

simonplend commented 3 years ago

@SaraVieira Thank you so much for freely sharing this amazing tool!

SaraVieira commented 3 years ago

Hey 👋

Thank you so much! I am super used to just using yarn at work and everything that i was blinded by that

This makes the project more accessible, thank you!