Updating node_module packages for debugging not working
Answered
Giant panda posted this in #help-forum
Giant pandaOP
I have some issues i face using next-auth with adapter and to debug them i want to console log some parts of the node_module file. When i update the file and rerun the server the file changes are not shown in the app (logs are not shown). How can i get the logs from inside of node_module files ?
2 Replies
@Giant panda I have some issues i face using next-auth with adapter and to debug them i want to console log some parts of the node_module file. When i update the file and rerun the server the file changes are not shown in the app (logs are not shown). How can i get the logs from inside of node_module files ?
You need [This](https://www.npmjs.com/package/patch-package)
Answer
Giant pandaOP
thanks !