Skip to content

Instantly share code, notes, and snippets.

@severak
Created October 25, 2023 10:27
Show Gist options
  • Save severak/2e02ed7e3f42b6b23acdf1e27361a9f4 to your computer and use it in GitHub Desktop.
Save severak/2e02ed7e3f42b6b23acdf1e27361a9f4 to your computer and use it in GitHub Desktop.

Jak odstranit node-sass z projektu

  1. odstranit reference na node-sass s sass-loader
  2. ˙npm install˙ (to může selhat)
  3. npm install sass-loader sass --save-dev případně npm install sass-loader sass webpack --save-dev
  4. pokud je potřeba encore tak odstranit encore podobně jako jsme odstraňovali node-sass a npm install @symfony/webpack-encore --save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment