Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devDependencies get installed with grunt-contrib #3

Open
coderarity opened this issue Sep 18, 2012 · 0 comments
Open

devDependencies get installed with grunt-contrib #3

coderarity opened this issue Sep 18, 2012 · 0 comments

Comments

@coderarity
Copy link

Hey,

A user is having an issue where devDependencies are getting installed on the drone and his deploy fails. I was able to reproduce the issue by deploying this package.json:

{
  "name": "devdep2",
  "version": "0.0.1-2",
  "subdomain": "devdep2",
  "devDependencies": {
    "grunt-contrib": "*",
    "grunt": "*"
  },
  "dependencies": {
    "deep-equal": "*"
  },
  "scripts": {
    "start": "server.js"
  },
  "engines": {
    "node": "0.8.x"
  }
}

I tried this package.json without grunt-contrib and it installed fine, so that module may be related to the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant