When I run Grunt, I receive the following message: Local npm module "grunt-contrib-copy" not found. Is it installed?
It seems that you don't have loaded the modules in the Gruntfile.js or you haven't installed all the modules. Try npm install <module-name> --save-dev
for all the modules.