This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Build fails missing node-sass #29
Comments
@oskarrough are you using yarn? |
@Dhaulagiri yes? |
This is likely an issue upstream in either the node buildpack or yarn itself from our experience. We had a similar problem that can be solved by either setting the |
Thank you, probably. As it was working before. So I tried replacing |
@oskarrough sweet. I think this is related to this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, if an app uses
node-sass
and https://github.com/n1ru4l/ember-cli-css-preprocess it fails to build on heroku. I assume it's because thenode-sass
dependency doesn't get installed. I have it indevDependencies
.What to do? Any help would appreciated, thank you!
The text was updated successfully, but these errors were encountered: