-
Notifications
You must be signed in to change notification settings - Fork 73
Error parsing paths? #11
Comments
Sorry for taking so long to reply - wife had a baby! I'm not sure what's causing this. Where do you have Thanks for including this example.I don't get the error you get but I'm on a Mac. |
I just released |
Hello! Congratulations about your baby =) dhcp174-64-red:pcode grishaev$ pwd
/Users/grishaev/Yandex Direct/pcode
dhcp174-64-red:pcode grishaev$ grunt notify
Running "notify:watch" (notify) task
Warning: Command failed: /bin/sh: /Users/grishaev/Yandex: No such file or directory
Use --force to continue.
Aborted due to warnings.
dhcp174-64-red:pcode grishaev$ npm view grunt-notify version
0.2.9 |
@KidsKilla thanks for pasting the output. Can update to the latest version ( |
dhcp174-64-red:pcode grishaev$ npm update
npm WARN package.json uglify-js@2.2.5 No repository field.
npm WARN package.json uglify-js@2.2.5 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
dhcp174-64-red:pcode grishaev$ grunt notify --debug
Running "notify:watch" (notify) task
[D] Task source: /Users/grishaev/Yandex Direct/pcode/node_modules/grunt-notify/tasks/notify.js
[D] Notify options: { title: 'Yandex Direct',
message: '"_context*" files are built' }
[D] notify result: { err:
{ [Error: Command failed: /bin/sh: /Users/grishaev/Yandex: No such file or directory
] killed: false, code: 127, signal: null },
stdout: '',
stderr: '/bin/sh: /Users/grishaev/Yandex: No such file or directory\n' }
Warning: Command failed: /bin/sh: /Users/grishaev/Yandex: No such file or directory
Use --force to continue.
Aborted due to warnings. |
Thanks @KidsKilla. It looks like you are still using an older version of |
Gruntfile.js:
The text was updated successfully, but these errors were encountered: