videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
672 stars 211 forks source link

Unneccesary Node Engine Restriction #864

Closed jinder closed 3 years ago

jinder commented 5 years ago

The package.json file has the following engine restriction which prevents installing on Node 11+:

 "engines": {
    "node": ">=10.9.0 <11.0.0"
  },

Is this still needed? I'm unable to install on project running in Node 12.

thomaslein commented 4 years ago

Same here, want to install it on a node 12 project.

alexander-soare commented 4 years ago

I'm experiencing the same issue

sbahramy-turner commented 4 years ago

Same. I really don't want to go 2 node versions back just for this one package....

zw-sun commented 4 years ago

Same...

kzimny commented 4 years ago

Please update the engine restriction for node > 11.0.0 and angular > 9.0.0 dependencies @Elecash

error videogular2@7.0.1: The engine "node" is incompatible with this module. Expected version ">=10.9.0 <11.0.0". Got "12.16.1"
zw-sun commented 4 years ago

Looks like they resolved this issue, https://github.com/videogular/videogular2/issues/886