node.js - how to remove calls to github while installing node modules like node-sass@3.7.0 install -
hi i'm trying have local instance of node , npm manage using sinopia, still dose not solve problem because while installing modules
node-sass@3.7.0 install <location>node_modules\gulp-sass\node_modules\node-sass [info] > node scripts/install.js [info] [error] cannot download "https://github.com/sass/node-sass/releases/download/v3.7.0/win32-x64-46_binding.node":
i proxy error, work around substitute call github local service packages.
probably need modify install.js file. maybe there better way of doing it.
or question should how change "package.json" file
"devdependencies": { "del": "~2.2.0", "gulp": "~3.9.1", }
to pick local/internal repository.
Comments
Post a Comment