Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save max-scopp/9d2842aae0b0defdff096bb0a1725c8f to your computer and use it in GitHub Desktop.

Select an option

Save max-scopp/9d2842aae0b0defdff096bb0a1725c8f to your computer and use it in GitHub Desktop.

Re-install without version checks:

yarn add --pure-lockfile node-sass

Install with version checks:

(if your projects requires an older node-sass)

yarn add --frozen-lockfile node-sass

Installation also shouldn't take ages, since the binary is most likely be copied from yarn's Cache.

Thank me later. Docs: https://yarnpkg.com/lang/en/docs/cli/install/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment