Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add supported-pkg-managers (PR from TinaCMS) #2301

Merged
merged 2 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/layout/setup-overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const OverviewTemplate = (props) => {
<hr />
<blockquote>
TinaCMS supports the latest LTS version of Node. We currently
support v18, v20, and v22 of Node.
support v18, v20, and v22 of Node with NPM, PNPM, and Yarn.
</blockquote>
<p className="intro-text">
Tina is a Git-backed headless content management system that
Expand Down
4 changes: 2 additions & 2 deletions content/docs/introduction/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For more information, see [TinaCloud Overview](/docs/tina-cloud/overview).

## What versions of Node are supported?

TinaCMS supports the latest LTS version of Node. We currently support v18, v20, and v22 of Node.
TinaCMS supports the latest LTS version of Node. We currently support v18, v20, and v22 of Node with NPM, PNPM, and Yarn.

## What is Tina's tech stack?

Expand Down Expand Up @@ -223,7 +223,7 @@ Double check you aren't trying to access a document that doesn't exist.

## Vercel Deployment Issues

### Common issues when deploying starter templates
### Common issues when deploying starter templates

#### Popup blocker prevents Vercel from installing their GitHub app

Expand Down