#846·grunt

Prompt for local module installation?

Author: hemanthCreated Jul 17, 2013Updated Aug 12, 2026
LabelsType: Enhancement

Will it be useful to have something like :

'Local Npm module "' + name + '" not found. Is it installed?'

Would you like to install it? [Y/N] Y
Would you like to --save-dev? [Y/N] Y

Installing name .....Done!

Instead of just a grunt.log.error ?

Source location -> L397