danijelh / aspnetcore-vue-typescript-template

Template AspNetCore with Vue, Vue router, Vuex, TypeScript, Bulma, Sass and Jest
MIT License
226 stars 28 forks source link

Node-sass package missing from fresh install #1

Closed avenla-mlindman closed 6 years ago

avenla-mlindman commented 6 years ago

I had to install node-sass manually

npm install -save-dev node-sass

Before the js side of the app would build properly.

I quess people who use sass usually have this installed globally, so it's missing from the template?

danijelh commented 6 years ago

Node sass version 4.9.4 is listed in package.json as a dependency so I believe this is not the issue. I have not been able to reproduce this as it is installing and working as expected. Maybe dev dependencies were not installed on your part.

Nevertheless, I am shipping a minor feature next week and will also look into this with more detail.

I am closing the issue for now because the package is present as a dependency and is working as expected.