create-react-app-tailwindcss
create-react-app-tailwindcss copied to clipboard
`Could not locate supplied template: $PWD/cra-template`
I noticed that it uses the latest CRA (Create-React-App) which now it's v3.4.1 but it seemed to be working until v3.2 or maybe v3.3, I noticed some other issues at create-react-app with the same error.
How to reproduce:
As soon as you run npx create-react-app --scripts-version=react-scripts-tailwindcss my-app, you will get every package installed, folder created but no src or public folders inside, the last verbose message is: Could not locate supplied template: $PWD/cra-template.
$PWD means my current path.
Hi @icaroscherma,
Thanks. I will make a new version in the coming weeks using the latest releases of create-react-app and tailwindcss.