Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make node-sass pass in citgm #1

Open
wants to merge 8 commits into
base: napi
Choose a base branch
from
Open

Conversation

sampsongao
Copy link

@sampsongao sampsongao commented Jul 11, 2017

  1. currently node-sass does not support node version higher than 8, so I add the case for node 9 to make it able to run with node master

  2. at the end of running npm install, the prepublish script gets invoked as well, and the not-in-install and in-install condition isn't stopping it. so I change the condition to in-publish and not-in-publish. Since npm complain prepublish is deprecated, so I also change it to prepare.

@davej
Copy link

davej commented Sep 3, 2017

Is this working? I would be interested in trying it out.

@sampsongao
Copy link
Author

It works in my citgm run. Feel free to try it out. You might not need to change the supported version part if you are not compiling node from source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants