GithubHelp home page GithubHelp logo

Comments (9)

localhero44 avatar localhero44 commented on June 9, 2024 1

Hello,
I haven't modified anything, I just wanted to test your template as I am learning React and TailWind 👍
So the only commands I have used are :

  • npx create-react-app my-project --template tailwindcss-starter
  • cd myproject
  • npm install
  • npm run build-css:develop

Yes package version 1.2.0.
The Node version I have is 12.19.0
I have tried to create another project, same problem.

from cra-template-tailwindcss-starter.

localhero44 avatar localhero44 commented on June 9, 2024 1

I'm here because I've seen your post on dev.to yesterday :)

from cra-template-tailwindcss-starter.

localhero44 avatar localhero44 commented on June 9, 2024 1

I tried removing and reinstall it with npm, same problem.
Then I have installed the modules with yarn, and build the CSS with yarn, it works !

But I don't know what problem it could be by using npm.

from cra-template-tailwindcss-starter.

angelmtztrc avatar angelmtztrc commented on June 9, 2024

Hi! Mmm... interesting. It's something related to PostCSS, do you modified the postcss.config.js file? I already test other time the package and still works.

Does this error occur in all the projects you generate? are you using version 1.2.0 of the package?

~\Desktop\myproject master
❯ yarn build-css:develop
yarn run v1.22.5
$ tailwindcss build tailwind.css -o src/styles.css

   tailwindcss 2.0.1

   � Building: tailwind.css

   ✅ Finished in 2.39 s
   � Size: 3.97MB
   � Saved to src/styles.css

Done in 3.26s.
~\Desktop\myproject master
❯

Please, put a screenshot of your package.json and you postcss.config.js. Or if you have a repo with your project, put the link so I can help you!

from cra-template-tailwindcss-starter.

localhero44 avatar localhero44 commented on June 9, 2024

There is a discussion with the same errror message here : vercel/next.js#17236
It seems to be related to postcss version.

from cra-template-tailwindcss-starter.

angelmtztrc avatar angelmtztrc commented on June 9, 2024

I see, maybe it's a problem with autoprefixer. It is very rare since the problem does not occur to me (and I have already tried on several computers). However, I'm going to update a few things in the template and see if that fixes the problem!

from cra-template-tailwindcss-starter.

localhero44 avatar localhero44 commented on June 9, 2024

Maybe it is due to the fact that I use npm instead of yarn to generate the styles.css file ?

from cra-template-tailwindcss-starter.

angelmtztrc avatar angelmtztrc commented on June 9, 2024

Maybe it is due to the fact that I use npm instead of yarn to generate the styles.css file ?

I don't think that is the problem, but you can try.

Also, try doing the following:

  • Remove your node_modules folder
  • Install all of the dependencies of the project
    npm install
    # or
    yarn install
  • then run the build CSS script
    npm run build-css:develop
    # or
    yarn build-css:develop

If it doesn't work then wait for me as I try to fix the problem. In the same way, you can try to solve it and send a pull request if you find the source of the error!

from cra-template-tailwindcss-starter.

angelmtztrc avatar angelmtztrc commented on June 9, 2024

Great that it worked with Yarn. I will continue looking for what the problem is. Enjoy your learning!

from cra-template-tailwindcss-starter.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.