This version of node-sass is missing (returns a 404) and google web-starter-kit v0.6.5 has depended on it for a long time, since Dec 2016. So, it has been working for a long time and must have just disappeared.
npm i [email protected] --save-dev
[email protected] install C:\web-starter-kit\node_modules\node-sass
node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node":
HTTP error 404 Not Found
That version of node sass is very old. A newer version is needed for node 8.
On 23 Aug. 2017 8:42 am, "BumbleB2naWork" notifications@github.com wrote:
This version of node-sass is missing
https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node
(returns a 404) and google web-starter-kit v0.6.5
https://github.com/google/web-starter-kit/releases/tag/v0.6.5 has
depended on it for a long time, since Dec 2016. So, it has been working for
a long time and must have just disappeared.npm i [email protected] --save-dev
[email protected] install C:_Brendan\app-starter\node_modules\node-sass
node scripts/install.jsDownloading binary from https://github.com/sass/node-
sass/releases/download/v3.13.1/win32-x64-57_binding.node
Cannot download "https://github.com/sass/node-
sass/releases/download/v3.13.1/win32-x64-57_binding.node":HTTP error 404 Not Found
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/sass/node-sass/issues/2073, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAjZWL327TyHCeYrCyjNF-yKi34eJln2ks5sa1lNgaJpZM4O_RmI
.
Fixed by installing latest node-sass to project:
npm i gulp-sass@latest --save-dev
@bumbleb2nawork You are my saver thank you
thank you thank you thank you
My head-ache has gone!!! Great @BumbleB2na !!! thanks for it.
Most helpful comment
Fixed by installing latest node-sass to project:
npm i gulp-sass@latest --save-dev