meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 367 forks source link

Added shelljs devDependency to fix problematic eslint shelljs (react) #189

Closed hwillson closed 7 years ago

hwillson commented 7 years ago

Similar to PR #188, this is a workaround to address issue #107 for the react branch.

hwillson commented 7 years ago

Hmm - looking into the failure further (not failing locally).

hwillson commented 7 years ago

Something is either different between my test OSX / Linux environments and the environment CircleCI is using, or there is a caching issue on CircleCI's side. I'll close this PR for now and continue to troubleshoot with a CircleCI instance I have full admin over (so I can play around with the cache settings a bit). I'll open a new PR when appropriate.