johnpapa / vue-getting-started

This project is seen in demos including the Pluralsight course "Vue: Getting Started" to help represent a fundamental app written with Vue. The heroes and villains theme is used throughout the app.
191 stars 168 forks source link

Cannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding.node": #37

Open ErnestAgel opened 4 years ago

ErnestAgel commented 4 years ago

I just trying to follow the instruct :npm install ,it reported that setting up Git hooks can't find .git directory, skipping Git hooks installation

node-sass@4.12.0 install D:\Desktop\VUE\vue-getting-started\02-getting-started\end\vue-heroes\node_modules\node-sass node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding.node":

HTTP error 404 Not Found

even i tried to "cnpm install" failed too!

jj-fx commented 4 years ago

Yeah it looks like they remove old versions. So I went here https://github.com/sass/node-sass/releases/ and it looks like the latest version is 4.14.1

frankbret commented 4 years ago

4.12 is there but bugged. You need to change this line in package.json : "node-sass": "^4.12.0", for "node-sass": "^4.14.0",