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

Fatal error: options argument must be an object #157

Open
atav32 opened this issue Apr 7, 2015 · 2 comments
Open

Fatal error: options argument must be an object #157

atav32 opened this issue Apr 7, 2015 · 2 comments
Labels

Comments

@atav32
Copy link

atav32 commented Apr 7, 2015

module.exports = function(grunt) {
  grunt.loadNpmTasks('grunt-bower-task');

  grunt.initConfig({
    bower: {
      install: {
        options: {
        }
      }
    }
  });
};
@ilicmarko
Copy link

same here:

Running "bower:install" (bower) task
Fatal error: options argument must be an object
 bower: {
            install: {
                options: {
                    copy: false
                }
            }
        },

@rodrigomata
Copy link

You should check the bower version in your package.json, so it looks like this:

"grunt-bower-task": "~0.4.0"

cjmyles pushed a commit to cjmyles/csv-to-json that referenced this issue Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants