ionic2-geofence icon indicating copy to clipboard operation
ionic2-geofence copied to clipboard

node-sass error

Open rajesh99 opened this issue 7 years ago • 1 comments

ionic version -v:3.20.0 npm v: 5.6.0 node v: 8.10.0

I got the following error while doing npm install

[email protected] install e:\javascript\ionic2-geofence\node_modules\node-sass node scripts/install.js

Start downloading binary at https://github.com/sass/node-sass/releases/download/v3.10.1/win32-x64-57_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.10.1/win32-x64-57_binding.node":

HTTP error 404 Not Found

Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.

  export HTTP_PROXY=http://example.com:1234

or configure npm proxy via

  npm config set proxy http://example.com:8080

rajesh99 avatar Apr 18 '18 10:04 rajesh99

You can fix it by installing latest node-sass to project. [Unsupported] Installing 3.13.1 with Node 8

witoong623 avatar Jun 21 '18 05:06 witoong623