You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used this link https://tina.io/docs/introduction/using-starter to get started with TinaCMS.
After I created the app, I ran "yarn dev" as per documentation. But it has failed because terminal didn't recognize "tinacms". I needed to run "yarn install" first then run app to resolve this issue.
💼 Tasks
Add Run yarn install step before Run yarn dev to documentation
📸 Screenshots
Figure: Add yarn install step here
The text was updated successfully, but these errors were encountered:
💫 Describe the Issue With the Current Docs
I've used this link https://tina.io/docs/introduction/using-starter to get started with TinaCMS.
After I created the app, I ran "yarn dev" as per documentation. But it has failed because terminal didn't recognize "tinacms". I needed to run "yarn install" first then run app to resolve this issue.
💼 Tasks
yarn install
step before Runyarn dev
to documentation📸 Screenshots
Figure: Add
yarn install
step hereThe text was updated successfully, but these errors were encountered: