leemunroe / grunt-email-workflow

A Grunt workflow for designing and testing responsive HTML email templates with SCSS.
MIT License
3.05k stars 339 forks source link

Issue with Grunt Express and Parallel dependency #72

Closed leemunroe closed 7 years ago

leemunroe commented 8 years ago

Just recently >> Local Npm module "grunt-parallel" not found. Is it installed? has appeared when running grunt commands.

image

jrutter commented 8 years ago

I believe you can just run this "npm install grunt-parallel --save" to add it

cmacdonnacha commented 7 years ago

npm install grunt-parallel --save-dev worked for me