-
Notifications
You must be signed in to change notification settings - Fork 9
unable to complete installation due to unresponsive npx commands to create necessary files. #464
Comments
I think I'm pretty sure I had to update or reinstall my Xcode Command Line Tools when I upgraded to Catalina, and the above error text looks very familiar. I hope this helps. |
Great! I'm glad that helped. As for this part, hmmm... it looks like it should work, though it's failing to find the |
I really want to get Tailwind to work, but still struggling with running $ npm run build to generate the build directory with tailwind.css file. I had watched the installation video a few times and had breakthroughs where I got stuck with the previous steps in the installation process. I'll be grateful for any more tips to overcome this. Or should I give up and use the CDN link ? I also noticed the tailwind.css file with the @tailwind for base; components; utilities has an error of "unknownAtRule" I really appreciate your response. |
Aha, now that I can see the file structure in your latest screenshot, I think it's throwing an error because If you try this, hopefully it'll work: As for "unknownAtRule", I think that might just be a warning and it probably won't affect you. It might be validation from VS Code, or if you're using Stylelint, I think it warns about those, and you can suppress the warning through your Stylelint config. |
@stevecochrane , I also noticed the error messages stating needing node 8.7.0 or above. The build worked after installing that particular version. Now, I'm all setup to use Tailwind. Super excited. |
I'm unable to complete the installation due to the below commands not working.
Commands:
Result: Unexpected token
The build along with tailwind.css within the same folder was unable to create.
My setups:
Computer: Mac IOS 10.15.3
node -v: 8.0.0
npm -v: 6.13.7
project type: React
Is there another way of installing?
Also, ran into lots of errors running $ npm install postcss-import, please see attached

I'm super excited in trying out your amazing creation and would appreciate your help in getting it to work.
The text was updated successfully, but these errors were encountered: