gdotdesign / elm-ui

UI library for making web applications with Elm
https://elm-ui.netlify.com
BSD 2-Clause "Simplified" License
920 stars 39 forks source link

Node-sass 3.7.0 #45

Closed narthur157 closed 7 years ago

narthur157 commented 7 years ago

https://github.com/gdotdesign/elm-ui/blob/master/package.json#L33

As far as I can tell, 3.7.0 doesn't exist. I get a 404

> node-sass@3.7.0 install C:\Users\fractal\AppData\Roaming\npm\node_modules\elm-ui\node_modules\node-sass > node scripts/install.js Cannot download "https://github.com/sass/node-sass/releases/download/v3.7.0/win32-x64-51_binding.node":

gdotdesign commented 7 years ago

There is a version, though there might not be a release for your specific OS. I'm on Linux (Ubuntu) and never run into this problem before.

There are several new versions of node-sass if there is any that can be installed for you I'm happy to bump up the dependency.

gdotdesign commented 7 years ago

I'm closing this since I just released 1.0.0 which moves the development environment functionality to https://github.com/gdotdesign/elm-dev-env. It's using node-sass 3.13.0. If the problem persist please open an issue there.