rochejul / gulp-angular-protractor

Gulp plugin to run protractor tests
MIT License
25 stars 25 forks source link

Update engine requirement ? #37

Closed rochejul closed 7 years ago

rochejul commented 7 years ago

It seems the protractor dependency use now recent version of NodeJs

For version 4.0.11:

"engines": {
    "node": ">=4.2.x"
  }

For version 5.1.1:

"engines": {
    "node": ">=6.9.x"
  }

Try to deal with it