-
-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Labels
Description
When running meteor add akryum:vue-sass to a new project I get this error:
meteor add akryum:vue-sass
=> Errors while adding packages:
While loading package akryum:vue-sass@0.0.7:
error: Command failed: /home/evan/.meteor/packages/meteor-tool/.1.6.0-alpha.2.18uuzg3++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm rebuild --update-binary
Cannot download "https://github.com/sass/node-sass/releases/download/v3.7.0/linux-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
gyp info it worked if it ends with ok
gyp verb cli [ '/home/evan/.meteor/packages/meteor-tool/.1.6.0-alpha.2.18uuzg3++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node',
gyp verb cli '/home/evan/.meteor/packages/akryum_vue-sass/.0.0.7.1nb7r65++os+web.browser+web.cordova/plugin.vue-component-sass.os/npm/node_modules/meteor/vue-component-sass/node_modules/node-gyp/bin/node-gyp.js',
...
It looks like it's trying to download node-sass 3.7 from this url: https://github.com/sass/node-sass/releases/download/v3.7.0/linux-x64-57_binding.node
But if you look at the node-sass releases on GitHub, it jumps right from 3.13.1 to 4.0.0. It looks like maybe they realized they had a breaking change and decided to change >3.13 to 4.0?