I have an older Meteor project that I recently was updating from 1.6. I got to 1.9 and found that it was trying to download a file from Release v3.13.0 · sass/node-sass · GitHub that doesn’t exist.
" While loading package fourseven:scss@3.13.0:
error: Command failed: /Users/mbp3/.meteor/packages/meteor-tool/.1.9.0.1xy0ud3.3kuh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm rebuild
–update-binary
Cannot download “https://github.com/sass/node-sass/releases/download/v3.13.0/darwin-x64-72_binding.node”:
HTTP error 404 Not Found…"
The closest file name I see is “darwin-x64-51_binding.node”
Has anyone come accross this issue?