bigspring / M3

FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
https://foundationpress.olefredrik.com
MIT License
2 stars 0 forks source link

npm can't install gulp-sass ^2.1.0 #68

Open ChristofLee opened 6 years ago

ChristofLee commented 6 years ago

How can this bug be reproduced?

  1. Setup a fresh environment
  2. Install Node
  3. Run npm i

This same issue has been reported on the upstream repository at https://github.com/olefredrik/FoundationPress/issues/1148

What did you expect to happen? npm to install all node_miodules

What happened instead? A release for node-sass was returning a 404.

Possible Fix Upgrade to gulp-sass ^3.1.0

dmseaton commented 6 years ago

Thanks @ChristofLee, we're aware of the issue. We'll be introducing a fix soon. For now, just bump the version to ^3.1.0 on each install.