I encountered the same error .
The path u created this app is in:
\Users\TONMOY\Onedrive\feedback-ui\
The path name is case sensitive. You created the app in is case sensitive so you created the app in the folder ...\Onedrive\.....
while the correct path in your device is ...\OneDrive\....
.
This may be an issue of VS Code.
The workaround to this that I found is, in the Visual Studio terminal I navigated to the correct folder path with the proper case which in your case should be
\Users\TONMOY\OneDrive\feedback-ui\
After this running your app from the VS Code terminal should work normally. This worked for me in Visual Studio Code.
Update:
This is just a temporary fix. On restarting VS Code it reverts back to the wrong case.
Instead you could load up VS Code and browse through your system directory and select your project folder manually once. After doing this the path's case does not revert even after restarting.