# Cannot build entry sourced from node_modules

**URL:** https://discourse.roots.io/t/cannot-build-entry-sourced-from-node-modules/24597
**Category:** bud
**Created:** 2023-01-18T14:09:02Z
**Posts:** 4
**Showing post:** 2 of 4

## Post 2 by @strarsis — 2023-01-18T21:26:13Z

If I understand you correctly, it should be sufficient to just include the SCSS from `node_modules` in an entrypoint SCSS file:

> [@[Tip] Bud alias (`bud.alias`) in SCSS (SASS)](https://discourse.roots.io/t/tip-bud-alias-bud-alias-in-scss-sass/24208):
>
> When using [bud.alias](https://bud.js.org/docs/bud.alias/) with SCSS (SASS) ([bud-sass](https://bud.js.org/extensions/bud-sass/)), you can use the alias functions by prefixing them with a tilde sign (~), like so (note: ~@images used in the example is a predefined alias [added by @roots/sage](https://bud.js.org/docs/bud.alias/#rootssage)): .test { background: url("~@images/background/test.jpg"); } Without that tilde sign (~) the path isn’t correctly interpolated when compiling the SCSS.

---

_[View the full topic](https://discourse.roots.io/t/cannot-build-entry-sourced-from-node-modules/24597)._
