# New project with Tailwind, yarn build fails

**URL:** https://discourse.roots.io/t/new-project-with-tailwind-yarn-build-fails/19929
**Category:** sage
**Tags:** webpack, sage9, sage10
**Created:** 2021-01-20T00:48:12Z
**Posts:** 11
**Showing post:** 4 of 11

## Post 4 by @joshb — 2021-01-20T02:43:09Z

Sage 9 doesn’t yet completely support tw2 but there are PRs awaiting…

You will need to git clone the repo branch:

`git clone --branch 9-webpack5-tailwind2 git@github.com:ciromattia/sage.git theme_name `  
changing “theme\_name” to your desired name

and update your devUrl and proxyUrl in config.json here:  
`theme/resources/assets/config.json`

and proxyURL here:  
`assets/build/config.js`

Then run from the root of the theme folder:  
`yarn && yarn build`

Then run from the root of the theme folder:  
`composer install`

That should get you up and running. This fork includes postcss-nesting so scss is not supported.

---

_[View the full topic](https://discourse.roots.io/t/new-project-with-tailwind-yarn-build-fails/19929)._
