isleofcode / ember-cordova-installer

Plugin installer for ember-cordova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install add-on in Node 10 env

lougreenwood opened this issue · comments

Crosslink from isleofcode/ember-cordova-splash#9

When attempting to install ember-cordova-splash in Node 10 env, Yarn throws this error:

error ember-cordova-installer@0.0.4: The engine "node" is incompatible with this module. Expected version "^4.5 || 6.* || 7.* || 8.* || 9.*".
error Found incompatible module

@lougreenwood did you find a workaround? @alexblom any thoughts on how we can get this resolved? having similar issues here.

@drewcovi Yep, I use this branch/PR isleofcode/ember-cordova-splash#14

in package.json:

    "ember-cordova-splash": "lougreenwood/ember-cordova-splash#bump-ember-cordova-installer",

thanks for making the PR. seems we're alone in the world of ember-cordova ... having splash control seems pretty central to building an app.