I am trying to do an npm install command, But getting below error while installing the node-sass
.
package.json :
{
"name": "XXXXX",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"angular": "1.4.9",
"angular-ui-router": "0.3.1",
"bootstrap": "3.3.7",
"angular-ui-bootstrap": "2.2.0",
"gulp": "^3.9.1",
"gulp-open": "2.0.0",
"gulp-run": "^1.7.1"
},
"devDependencies": {
"gulp-jsbeautifier": "^2.0.3",
"gulp-sass": "^2.3.2",
"gulp-watch": "^4.3.10"
},
"author": "XXXXX",
"license": "XXX"
}
My Node version is v6.9.2
and NPM version is 3.10.9
.
I tried below SO links to find some solution but did not work.
You are possibly behind of proxy server. You should do proxy settings to access github for downloading node-sass.