DemianD / create-react-app-tailwindcss

Create React apps with no build configuration, extended with TailwindCSS and PurgeCSS
29 stars 3 forks source link

`Could not locate supplied template: $PWD/cra-template` #14

Open icaroscherma opened 4 years ago

icaroscherma commented 4 years ago

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.

DemianD commented 4 years ago

Hi @icaroscherma,

Thanks. I will make a new version in the coming weeks using the latest releases of create-react-app and tailwindcss.