absolvent / gore-gulp

Simple way to run and maintain React.js projects without any configuration.
MIT License
1 stars 0 forks source link

Installing gore-gulp and gulp-eslint at the same time causes module loading errors. #21

Closed kl3ryk closed 9 years ago

kl3ryk commented 9 years ago

Build Status

Example package.json:

{
    "devDependencies": {
        "gore-gulp": "0.x",
        "gulp-eslint": "0.x"
    }
}
mcharytoniuk commented 9 years ago

Test build: https://travis-ci.org/goreutils-tests/gore-gulp-issue-21/builds/60117882 Test repository: https://github.com/goreutils-tests/gore-gulp-issue-21

mcharytoniuk commented 9 years ago

This issue was resolved by adding the postinstall script to package.json to ensure the local copy of gulp-eslint: https://github.com/goreutils/gore-gulp/blob/364d160a1b208dce2530baecf90d57b85156d593/package.json#L44