try:

$ yarn install --ignore-engines

Error:

PS G:\xampp8\htdocs\laravel\StudentTodo\StudentTodoV4> cd weektodo
PS G:\xampp8\htdocs\laravel\StudentTodo\StudentTodoV4\weektodo> yarn install
yarn install v1.22.17
[1/4] Resolving packages...
[2/4] Fetching packages...
error @achrinza/[email protected]: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "20.9.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
PS G:\xampp8\htdocs\laravel\StudentTodo\StudentTodoV4\weektodo> code .
PS G:\xampp8\htdocs\laravel\StudentTodo\StudentTodoV4\weektodo> yarn install --ignore-engines
yarn install v1.22.17
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...