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

Cannot find module 'aws-sign2' #176

Open
joallard opened this issue Oct 12, 2016 · 2 comments
Open

Cannot find module 'aws-sign2' #176

joallard opened this issue Oct 12, 2016 · 2 comments

Comments

@joallard
Copy link

$ grunt bower:install
Running "bower:install" (bower) task
Fatal error: Cannot find module 'aws-sign2'
@PallasDoesCode
Copy link
Collaborator

Can you please share your bower.json and Gruntfile configs? This helps us with diagnosing the problem.

@joallard
Copy link
Author

Sure. I'm running this on selectize/selectize.js master. Hence:

// bower.json
{
    "name": "selectize",
    "keywords": ["select", "ui", "form", "input", "control", "autocomplete", "tagging", "tag"],
    "description": "Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.",
    "license": "Apache License, Version 2.0",
    "readmeFilename": "README.md",
    "repository": {
        "type": "git",
        "url": "git://github.com/selectize/selectize.js.git"
    },
    "main": [
        "dist/css/selectize.css",
        "dist/js/selectize.js"
    ],
    "ignore": [
        "Makefile",
        "Gruntfile.js",
        "examples",
        "node_modules",
        "bower_components",
        "docs",
        "src",
        "test",
        ".travis.yml",
        "testem.json",
        "selectize.jquery.json",
        "*.sh",
        "package.json"
    ],
    "dependencies": {
        "jquery": ">=1.7.0",
        "sifter": "0.5.x",
        "microplugin": "0.0.x"
    },
    "devDependencies": {
        "bootstrap2": "bootstrap#2",
        "bootstrap3": "bootstrap#3.2"
    }
}
    grunt.initConfig({
        pkg: grunt.file.readJSON('package.json'),
        bower: {
            install: {
                options: {
                    copy: false,
                    clean: false,
                    layout: 'byComponent',
                    action: 'install'
                }
            }
        },

(Full file at: https://github.com/selectize/selectize.js/blob/master/Gruntfile.js)

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

2 participants