Skip to content

Instantly share code, notes, and snippets.

@wwwisie
Created November 7, 2019 16:35
Show Gist options
  • Select an option

  • Save wwwisie/5795953f5fb596db2a6977fb0483a890 to your computer and use it in GitHub Desktop.

Select an option

Save wwwisie/5795953f5fb596db2a6977fb0483a890 to your computer and use it in GitHub Desktop.
Downloading binary from node-sass: HTTP error 404 Not Found
Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/darwin-x64-72_binding.node": 

HTTP error 404 Not Found````

*** ERROR SOLUTION
`package.json:`
```  "dependencies": {
    "node-sass": "4.13.0",
  }
  • First install: sudo npm install --unsafe-perm -g node-sass

  • Then: npm rebuild node-sass sudo npm install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment