Retro
Retro
> There's a warning on the console, but I don't know what it means. And it doesn't show what's causing it, so if I have a problem, I'll ask for...
what is it
👀
Alright, I will give it a try soon
Now it is giving the error ``` Error: Cannot find module './lib/text-encoding' Require stack: - [project directory]\.next\server\chunks\[turbopack]_runtime.js - [project directory]\.next\server\app\page.js - [project directory]\node_modules\next\dist\server\require.js - [project directory]\node_modules\next\dist\server\load-components.js - [project directory]\node_modules\next\dist\build\utils.js -...
It is still giving the error `Error: Cannot find module './lib/text-encoding'`. I have tried deleting node modules and reinstalling all packages as well.
Having the same issue as well!
> One thing caught my attention, why is a yarn.lock file added? Tbh, I have no idea 😂. I always add it to all my projects. I can remove it...
Yes, the owner of the repo (Aniket) have told me in discord about this.
I just read. `yarn.lock` provide yarn on the information about dependencies of the project and tell yarn how to manage the project. The [post](https://stackoverflow.com/questions/39990017/should-i-commit-the-yarn-lock-file-and-what-is-it-for) states that, if you do not...