I'm trying to deploy an app based on grunt with heroku, but I'm having a weird problem I can't get rid of.
One need I have is to let heroku install all npm packages. For this reason I decided to update package.json and to move everything from devDependencies to dependencies. I then run npm install and as far as all libraries are the same, I expect evrything to be working, but it doesn't. - package.json <https://gist.github.com/andreareginato/5465860> with all packages into devDependencies (WORKING) - package.json <https://gist.github.com/andreareginato/5465869> with all packages into dependencies (NOT WORKING) The error I get is this Loading "Gruntfile.js" tasks...ERROR>> TypeError: Cannot set property 'name' of undefinedWarning: Task "server" not found. Use --force to continue. This does not make any sense to me. Do you have any hint about? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
