Unity package manager error
this error displays every time when i am creating project

Unity package manager error
this error displays every time when i am creating project

Do you have write permission to D:\projects\test?
Try creating a new file/folder there with Explorer to verify.
Hi @dzhamshuit
From the look of things, the package.json file for the com.unity.test-framework package that’s copied to your project seems corrupted, and is just an empty file. If this happens every time you create a project, it might indicate that the package that’s in the UPM global cache is also corrupted. You could try deleting the UPM global cache and try creating a new project again. Please look at this Unity Manual page to locate the global cache on your computer. (Note: You can also just delete all traces of “com.unity.test-framework” package under the global cache directory, but that’s a bit more involved cherry-picking.)
If you are still running into the problem, I suggest you use the bug reporter to submit your issue (please follow these steps). This will send us additional files we can inspect to understand what’s going on.