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
I recently upgraded from node v4.4.4 to node v6.2.0. After running my gulp build, I got an error
Error: less version 1.7.5 is not currently supported
After doing some research, I ran across gulp-community/gulp-less#208. So I thought I'd just upgrade my gulp-less version to a higher version that supports Less 2.x. I still got the same error.
When I did npm list less I found this:
I recently upgraded from node v4.4.4 to node v6.2.0. After running my
gulp
build, I got an errorAfter doing some research, I ran across gulp-community/gulp-less#208. So I thought I'd just upgrade my
gulp-less
version to a higher version that supports Less 2.x. I still got the same error.When I did
npm list less
I found this:It looks like
bower-less
used byatomify-css
may be outdated. Is it possible to replacebower-less
with something else to fix this problem? Thanks!The text was updated successfully, but these errors were encountered: