Why do I get this warning? I used the Next.js Soci...
# support-questions-legacy
n
Why do I get this warning? I used the Next.js Social Login and Email Password login
r
you need to also install supertokens-web-js
(as our docs say)
n
I thought that the
npx create-supertokens-app@latest --recipe=thirdpartyemailpassword
command would do it automaticly
r
hmm. It should have. Which version of npm are you using?
maybe it already has. If you try running the demo app, and it works, then it already has
n
the newest pnpm version
r
i see.
did the demo app work though?
n
I didn't try it yet
r
can you try and see?
this one?
r
the one that was generated by the CLI
n
Copy code
bat
Module not found: Can't resolve 'supertokens-web-js/utils/postSuperTokensInitCallbacks'
r
right. So go into the demo app, and install supertokens-web-js as well
n
I did
r
in the frontend folder
n
It works now
r
cool
n
thank you
2 Views