WillsB3 / node-sass-issue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-sass-issue

Steps to reproduce:

  1. Clone this repo.
  2. npm i.
  3. gulp sass

You will see compilation fail with an error. Now do this:

  1. npm uninstall node-sass.
  2. npm install node-sass@3.4.2.
  3. gulp sass.

Note compilation now succeeds.

About


Languages

Language:JavaScript 75.1%Language:CSS 24.9%