Questions about setting up local environment for contribution #3523
-
Hi, I have some questions about settings up the local environment for contribution:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
hi, I just used it yesterday. 🤔 do you have a link to your fork? the email script should be run while inside the |
Beta Was this translation helpful? Give feedback.
-
I remembered the reason for your changes not propagating in dev mode! You have to manually remove the We could add it as part of the script to remove that folder. |
Beta Was this translation helpful? Give feedback.
I remembered the reason for your changes not propagating in dev mode!
You have to manually remove the
app/node_modules/next-auth
folder, which gets installed withnpm run dev:setup
.We could add it as part of the script to remove that folder.