I'm currently trying to get a program of an retired colleague working, but while trying to run
meteor run
I get this error.
While loading package materialize:materialize@0.100.2:
error: Command failed: C:\WINDOWS\system32\cmd.exe /c C:\Users\felix\AppData\Local\.meteor\packages\meteor-tool\1.8.1\mt-os.windows.x86_64\dev_bundle\bin\npm.cmd rebuild --update-binary
Cannot download "https://github.com/sass/node-sass/releases/download/v4.5.2/win32-x64-57_binding.node":
HTTP error 404 Not Found
I've already tried
- manually installing it myself with another version
- deleting node_modules and package-lock.js
System
- node-v 8.5.1
- meteor-v 1.8.1
I've looked for the missing version of this and found this. https://github.com/sass/node-sass/releases?after=3.4.6 where the _57 is missing.