How I can create next-app in the current folder?
I tried:
npx create-next-app@latest . --ts --use-npm
But I get error:
Could not create a project called "folderName" because of npm naming restrictions:
* name can no longer contain capital letters
name can no longer contain capital letters. Try changing the name of the folder from "folderName" to "foldername" & try.