Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

ENOENT error #6

@Manaus

Description

@Manaus

Hello,
when trying to transpile dart to js I get this error:

events.js:85
throw er; // Unhandled 'error' event
            ^
Error: spawn dart2js ENOENT
  at exports._errnoException (util.js:746:11)
  at Process.ChildProcess._handle.onexit (child_process.js:1046:32)
  at child_process.js:1137:20
  at process._tickCallback (node.js:355:11)

My gulpfile is pretty simple:

gulp.task 'default', ->
    gulp.src files.source
    .pipe watch(files.source)   
    .pipe plumber()
    .pipe dart()
    .pipe gulp.dest files.destin

Thanks for any suggestion

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions