atomify / atomify-css

Atomic CSS - Reusable front-end styling using Rework, plugins, and Node's resolve algorithm
MIT License
78 stars 18 forks source link

Error: less version 1.7.5 is not currently supported #50

Open philster opened 8 years ago

philster commented 8 years ago

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 https://github.com/plus3network/gulp-less/issues/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:

├─┬ atomify-css@3.3.6
│ └─┬ bower-less@0.0.1
│   └── less@1.7.5
└─┬ gulp-less@3.1.0
  └── less@2.7.1

It looks like bower-less used by atomify-css may be outdated. Is it possible to replace bower-less with something else to fix this problem? Thanks!

joeybaker commented 8 years ago

Sure! If you can send a PR, I'd be happy to merge it.