-
Notifications
You must be signed in to change notification settings - Fork 244
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
npm run audio - command error #43
Comments
|
Sorry for the delayed response here and thanks for jumping in @IAluI ! I've updated the master branch to account for the new function signature and add the callback. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[21:54:22] Using gulpfile ~/Downloads/DuckHunt-JS-master/gulpfile.js
[21:54:22] Starting 'audio'...
[21:54:22] Starting ''...
(node:20657) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
[21:54:22] '' errored after 16 ms
[21:54:22] Error: spawn ffmpeg ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
at onErrorNT (internal/child_process.js:415:16)
at process._tickCallback (internal/process/next_tick.js:63:19)
[21:54:22] 'audio' errored after 19 ms
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] audio:
gulp audio
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] audio script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Above is error
The text was updated successfully, but these errors were encountered: