adopted-ember-addons / adopted-ember-addons/ember-cli-sass

includePaths doesn't recognise node_modules in yarn workspace

Aperta
#209 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
273
Fork
90
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I've got an app in yarn workspace. When I'm trying to use bootstrap-sass, when I specify
```
includePaths: [
'node_modules/bootstrap-sass/assets/stylesheets',
],
```
build fails with error `Directory not found: node_modules/bootstrap-sass`

If I use `../node_modules/bootstrap-sass/assets/stylesheets` instead, it works.

This is happening because in yarn workspace bootstrap-sass is installed on the top level of yarn workspace.

All other ember-cli stuff resolves `node_modules` in yarn workspace correctly.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.