«jit-grunt: Plugin for the "&&" task not found»

Hello,

I have installed Magento 2.2 and tried to setup the grunt in my local system and run the grunt comment.

Getting error:
Magento-Root-path$ grunt exec:luma
Running “exec:luma” (exec) task
Running “clean:luma” (clean) task

418 paths cleaned.

jit-grunt: Plugin for the “&&” task not found.
If you have installed the plugin already, please setting the static mapping.
See GitHub - shootaroo/jit-grunt: JIT(Just In Time) plugin loader for Grunt.

Warning: Task “&&” failed. Used --force, continuing.

jit-grunt: Plugin for the “php” task not found.
If you have installed the plugin already, please setting the static mapping.
See GitHub - shootaroo/jit-grunt: JIT(Just In Time) plugin loader for Grunt.

Warning: Task “php” failed. Used --force, continuing.

jit-grunt: Plugin for the “bin/magento” task not found.
If you have installed the plugin already, please setting the static mapping.
See GitHub - shootaroo/jit-grunt: JIT(Just In Time) plugin loader for Grunt.

Warning: Task “bin/magento” failed. Used --force, continuing.

jit-grunt: Plugin for the “dev” task not found.
If you have installed the plugin already, please setting the static mapping.
See GitHub - shootaroo/jit-grunt: JIT(Just In Time) plugin loader for Grunt.

Warning: Task “dev:source-theme:deploy” failed. Used --force, continuing.

jit-grunt: Plugin for the “css/styles-m” task not found.
If you have installed the plugin already, please setting the static mapping.
See GitHub - shootaroo/jit-grunt: JIT(Just In Time) plugin loader for Grunt.

Warning: Task “css/styles-m” failed. Used --force, continuing.

jit-grunt: Plugin for the “css/styles-l” task not found.
If you have installed the plugin already, please setting the static mapping.
See GitHub - shootaroo/jit-grunt: JIT(Just In Time) plugin loader for Grunt.

Warning: Task “css/styles-l” failed. Used --force, continuing.

Done, but with warnings.

Execution Time (2017-12-14 15:30:33 UTC)
loading tasks 60ms ▇▇▇▇▇▇ 16%
loading grunt-contrib-clean 30ms ▇▇▇ 8%
clean:luma 282ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 76%
Total 372ms

Done.

Execution Time (2017-12-14 15:30:31 UTC)
loading tasks 346ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 19%
loading grunt-exec 25ms ▇▇ 1%
exec:luma 1.5s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 80%
Total 1.9s

Advice me.

Issue is resolved. Upgrade nodejs to latest version.

Thanks.