Raphael von der Grün
Raphael von der Grün
You did not. Sorry, my fault. I confused it with the `id` in `config.xml` which has to be a valid identifier for all relevant platforms (i.e. a valid Java class...
Travis CI itself uses `nvm` to manage different Node.js versions: https://travis-ci.org/raphinesse/cordova-lib/jobs/435129609#L423
@janpio Maybe also take a look at what I did for the CI tests of cordova-android. I think I simplified the whole Android SDK setup there too.
Step one is done. We created [cordova-eslint](https://github.com/apache/cordova-eslint). Step two is in progress. @erisu do we have another issue where we track the progress on this task? If not, we should...
I guess we have to add the plugins from #243 to the Todo list?
> Already done ;) > (Edit: The migration to ESLint, not adding them to the list above) Great! Thanks for letting me know.
Should we add the `hacktoberfest` label for the remaining Todos? Some of them might be a bit out of the ordinary :thinking:
I think we want to replace `superspawn` invocations with [`execa`](https://github.com/sindresorhus/execa) invocations, not `cross-spawn`.
To provide more context: `cross-spawn` *only* improves cross-platform compatibility of `child_process.spawn` while replicating it's interface. `execa` builds on top of that and adds various other features, like a nicer Promise-based...
@brodybits That is what I'm suggesting. Or I don't understand the question.