@@ -70,6 +70,11 @@ Run the following command in your terminal to install the package.
70
70
yarn add supertokens-auth-react supertokens-web-js
71
71
```
72
72
</NodePackageManagerCard.Content >
73
+ <NodePackageManagerCard.Content value = " pnpm" >
74
+ ``` bash
75
+ pnpm add supertokens-auth-react supertokens-web-js
76
+ ```
77
+ </NodePackageManagerCard.Content >
73
78
</NodePackageManagerCard >
74
79
</FrontendPrebuiltUITabs.TabItem >
75
80
<FrontendPrebuiltUITabs.TabItem value = " angular" >
@@ -89,6 +94,11 @@ Run the following command in your terminal to install the package.
89
94
yarn add supertokens-web-js
90
95
```
91
96
</NodePackageManagerCard.Content >
97
+ <NodePackageManagerCard.Content value = " pnpm" >
98
+ ``` bash
99
+ pnpm add supertokens-web-js
100
+ ```
101
+ </NodePackageManagerCard.Content >
92
102
</NodePackageManagerCard >
93
103
</FrontendPrebuiltUITabs.TabItem >
94
104
<FrontendPrebuiltUITabs.TabItem value = " vue" >
@@ -108,6 +118,11 @@ Run the following command in your terminal to install the package.
108
118
yarn add supertokens-web-js
109
119
```
110
120
</NodePackageManagerCard.Content >
121
+ <NodePackageManagerCard.Content value = " pnpm" >
122
+ ``` bash
123
+ pnpm add supertokens-web-js
124
+ ```
125
+ </NodePackageManagerCard.Content >
111
126
</NodePackageManagerCard >
112
127
</FrontendPrebuiltUITabs.TabItem >
113
128
<FrontendPrebuiltUITabs.TabItem value = " mobile" >
0 commit comments