Hello,
I wanted to know if it is possible (and useful) for other users (in enterprise environment) to create a static website for the binding.node files.
Use case: It is forbidden to directly download content from github.com. So node-sass fails because the binding.node files can't be downloaded.
Workaround: Download and host every file on a private server. Set the SASS_BINARY_SITE environment variable to that server.
Problem: With every update builds are failing because new binding.node files are not in the private repo.
Solution: So the idea is to proxy it with e.g. an Nexus Proxy repository like it is possible with https://nodejs.org/dist
Best regards
Hello,
I wanted to know if it is possible (and useful) for other users (in enterprise environment) to create a static website for the binding.node files.
Use case: It is forbidden to directly download content from github.com. So node-sass fails because the binding.node files can't be downloaded.
Workaround: Download and host every file on a private server. Set the SASS_BINARY_SITE environment variable to that server.
Problem: With every update builds are failing because new binding.node files are not in the private repo.
Solution: So the idea is to proxy it with e.g. an Nexus Proxy repository like it is possible with https://nodejs.org/dist
Best regards