Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped gulp-less to ~3.0.x version in package.json #1

Merged
merged 1 commit into from
Jul 24, 2015
Merged

Bumped gulp-less to ~3.0.x version in package.json #1

merged 1 commit into from
Jul 24, 2015

Conversation

hinok
Copy link
Contributor

@hinok hinok commented Jul 23, 2015

Hey,
I have installed node 0.12.2 in my dev environment and gulp-less 2.x is not compatible with io and node 0.12.

When I'm trying to run gulp, I get

[23:23:34] Finished 'copySupport' after 4.3 ms
./ProtractorExample/node_modules/gulp-less/index.js:68
    }).done(undefined, cb);
       ^
TypeError: undefined is not a function
    at DestroyableTransform._transform (./ProtractorExample/node_modules/gulp-less/index.js:68:8)
    at DestroyableTransform.Transform._read (./ProtractorExample/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:184:10)
    at DestroyableTransform.Transform._write (./ProtractorExample/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:172:12)
    at doWrite (./ProtractorExample/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:237:10)
    at writeOrBuffer (./ProtractorExample/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:227:5)
    at DestroyableTransform.Writable.write (./ProtractorExample/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:194:11)
    at write (./ProtractorExample/node_modules/gulp/node_modules/vinyl-fs/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:623:24)
    at flow (./ProtractorExample/node_modules/gulp/node_modules/vinyl-fs/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:632:7)
    at DestroyableTransform.pipeOnReadable (./ProtractorExample/node_modules/gulp/node_modules/vinyl-fs/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:664:5)
    at DestroyableTransform.emit (events.js:104:17)

Next major version 3.x is compatible with node 0.12 and fix this issue :)
More details are available in gulp-less repo - gulp-community/gulp-less#140

mbcooper added a commit that referenced this pull request Jul 24, 2015
Bumped gulp-less to ~3.0.x version in package.json
@mbcooper mbcooper merged commit d0641f1 into mbcooper:master Jul 24, 2015
@mbcooper
Copy link
Owner

Thanks much!

@hinok hinok deleted the fix/bump-gulp-less-to-3.0 branch August 7, 2015 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants