ultimatecourses/ngrx-store-effects-app

Build failed: node-sass not installed

Closed this issue · 3 comments

OS: MacOS 10.13.4
npm: 5.7.1
node: 9.8.0

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.5.3/darwin-x64-59_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.5.3/darwin-x64-59_binding.node":

Looking at the url, 'darwin-x64-59' does not exists.

Fix: npm install node-sass@4.6.0 --save-dev
4.6.0 was het next release, thats the only reason I chose that version.

Use 4.9.0

I ran npm install -g node-sass like it suggests in these instructions. That gave me version 4.11.0 of node-sass. Then I updated the package.json to use that version. And then I restarted VSCode.

Install Yarn, then run yarn add node-sass.