You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that yarn install sass-embedded will download embedded-protocol and dart-sass-embedded from Github, which makes it impossible to succeed in a network that has no Github access?
The text was updated successfully, but these errors were encountered:
We download these files on installation because we don't know until installation-time which specific operating system x architecture combination you'll need. I don't think it's feasible for us to bundle all of the embedded executables with the npm package, so how else could we make them available?
Specifying a proxy server isn't really "offline" so much as "online from a different place". I think #117 is what you want, which will make Dart Sass follow npm's conventions for locating proxy servers.
It seems that
yarn install sass-embedded
will download embedded-protocol and dart-sass-embedded from Github, which makes it impossible to succeed in a network that has no Github access?The text was updated successfully, but these errors were encountered: