Skip to content

Commit

Permalink
fix(supertokens#871): add pnpm command for mannual setup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-chaurasiya committed Nov 6, 2024
1 parent 54e93d8 commit 704fd23
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 0 deletions.
27 changes: 27 additions & 0 deletions v2/emailpassword/pre-built-ui/setup/frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ npm i -s supertokens-auth-react supertokens-web-js
yarn add supertokens-auth-react supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">

```bash
pnpm add supertokens-auth-react supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>
</TabItem>
Expand Down Expand Up @@ -98,6 +105,16 @@ Start by installing the SuperTokens Web SDK:
yarn add supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">


Start by installing the SuperTokens Web SDK:

```bash
pnpm add supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>

Expand Down Expand Up @@ -134,6 +151,16 @@ Start by installing the SuperTokens web SDK:
yarn add supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">


Start by installing the SuperTokens web SDK:

```bash
pnpm add supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>

Expand Down
27 changes: 27 additions & 0 deletions v2/passwordless/pre-built-ui/setup/frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ npm i -s supertokens-auth-react supertokens-web-js
yarn add supertokens-auth-react supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">

```bash
pnpm add supertokens-auth-react supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>
</TabItem>
Expand Down Expand Up @@ -99,6 +106,16 @@ Start by installing the SuperTokens Web SDK:
yarn add supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">


Start by installing the SuperTokens Web SDK:

```bash
pnpm add supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>

Expand Down Expand Up @@ -135,6 +152,16 @@ Start by installing the SuperTokens web SDK:
yarn add supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">


Start by installing the SuperTokens web SDK:

```bash
pnpm add supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>

Expand Down
27 changes: 27 additions & 0 deletions v2/thirdparty/pre-built-ui/setup/frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ npm i -s supertokens-auth-react supertokens-web-js
yarn add supertokens-auth-react supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">

```bash
pnpm add supertokens-auth-react supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>
</TabItem>
Expand Down Expand Up @@ -97,6 +104,16 @@ Start by installing the SuperTokens Web SDK:
yarn add supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">


Start by installing the SuperTokens Web SDK:

```bash
pnpm add supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>

Expand Down Expand Up @@ -133,6 +150,16 @@ Start by installing the SuperTokens web SDK:
yarn add supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">


Start by installing the SuperTokens web SDK:

```bash
pnpm add supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>

Expand Down
27 changes: 27 additions & 0 deletions v2/thirdpartyemailpassword/pre-built-ui/setup/frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ npm i -s supertokens-auth-react supertokens-web-js
yarn add supertokens-auth-react supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">

```bash
pnpm add supertokens-auth-react supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>
</TabItem>
Expand Down Expand Up @@ -97,6 +104,16 @@ Start by installing the SuperTokens Web SDK:
yarn add supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">


Start by installing the SuperTokens Web SDK:

```bash
pnpm add supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>

Expand Down Expand Up @@ -133,6 +150,16 @@ Start by installing the SuperTokens web SDK:
yarn add supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">


Start by installing the SuperTokens web SDK:

```bash
pnpm add supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>

Expand Down
27 changes: 27 additions & 0 deletions v2/thirdpartypasswordless/pre-built-ui/setup/frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ npm i -s supertokens-auth-react supertokens-web-js
yarn add supertokens-auth-react supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">

```bash
pnpm add supertokens-auth-react supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>
</TabItem>
Expand Down Expand Up @@ -100,6 +107,16 @@ Start by installing the SuperTokens Web SDK:
yarn add supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">


Start by installing the SuperTokens Web SDK:

```bash
pnpm add supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>

Expand Down Expand Up @@ -136,6 +153,16 @@ Start by installing the SuperTokens web SDK:
yarn add supertokens-web-js
```

</TabItem>
<TabItem value="pnpm">


Start by installing the SuperTokens web SDK:

```bash
pnpm add supertokens-web-js
```

</TabItem>
</NpmVersionOrYarnSubTabs>

Expand Down

0 comments on commit 704fd23

Please sign in to comment.