Hi everyone, i tried to get react SDK for trying t...
# support-questions
a
Hi everyone, i tried to get react SDK for trying to apply passwordless API and seen some of SDK is missing. i've been looking on the github itself and still doesnt get the missing SDK, anyone know how to resolve?
r
hey! Are you using yarn?
@Andhika Gaki
a
Thank for reaching me out, i was using npx for installing the step
r
which version of npm
?
can you show me the command you used please?
@porcellus can help
a
Sorry for late reply, here @porcellus
p
ah, I see. which npm version are you using?
ah. in that case you need to install
supertokens-web-js
in the frontend folder
I'll check if we can detect/improve this in
create-supertokens-app
a
wait let me try
cool the error is gone thank, is there any documentation for any missing file like that?
p
it's not really a missing file, npmv6 doesn't install missing peer dependencies, just shows a warning while after v7 (and before v3 I think) it manages them automatically
a
ah i see, the case i closed, thank, i'll continue setup for the BE