-
Notifications
You must be signed in to change notification settings - Fork 116
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
Error: no writecb in Transform class #207
Comments
Can you use the latest version of node and run |
I confirm it works correctly if I install node 0.12 from NodeSource, but I would prefer to stick with the version packaged in the stable repositories. |
@Rudloff Node 4.0 is the latest stable (and LTS) release - 0.10 is over a year old and no longer considered stable |
I am facing the same issue, and I cannot upgrade from v0.10 to v0.12 |
Received the same error with Node v0.12.33 trying to compile less to css. Updated to latest version node/npm to no avail. Cleaned cache (npm cache clean -f). Did npm update as suggested. Restarted application. $ node -v $ npm list --local-cache-only [23:33:57] Using gulpfile c:\wamp\www\gulpfile.js |
Tried the same today and it worked, have no clue what has changed. |
Got the same error, tried all advices (cleaning cache, updating), and it's not working, still got this error :
My versions :
Please help, would listen any comments (it's an urgent task, since it breaks my whole dev process....) |
Tried with all versions of gulp-less > 3.0.0 and the master version. Not working. |
Downgrading gulp-less to "^1.3.2" worked -_- |
Maybe this node engines should be changed in the https://github.com/plus3network/gulp-less/blob/master/package.json#L13-L15 |
Any news on this issue? |
I solved my problem with "no writecb in Transform class" in this way: I searched file by file for possible syntax errors or something. @Keyframes "foo" { ... ("with quotes") I decided remove the quotes, like this: @Keyframes foo { ... (without quotes) After this adjustment in all keyframes, the gulp-less run perfectly, no errors on task. |
@wesleypimentel does wrapping the plugin with gulpplumber assist in showing the error? Since the original issue is about a year old I'll elect to close it. |
I get this error when running gulp-less with node 0.10 (the version packaged in Debian stable):
The text was updated successfully, but these errors were encountered: