Skip to content

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