Raphael von der Grün

Results 128 comments of Raphael von der Grün

@spion This only happens to the `blue-tape` stack traces, `tape` stack traces are passed through untouched. I compared the raw tap output of both tools. After a common prefix, `blue-tape`...

Will this replace `cordova platform check`?

> Possibly, I don't really know what exactly it does and how it works internally. It's horrible code and I'm not surprised that it's horribly broken. Incidentally, there's a PR...

Basically the same with Cordova 9 after the switch to `fs-extra`: ``` Error: ELOOP: too many symbolic links encountered, stat '/tmp/tmp.PFZp1QUusU/myPlugin/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id/exampleApp/node_modules/my.plugin.id' ```

After giving this some thought, I have to say this scenario is a very special case and quite tricky at that. It would certainly be nice if it would just...

Do you use `--no-save` anywhere? Because that is currently broken by courtesy of npm. In other words: make sure all cordova dependencies, like `cordova-android` for example, are listed as dependencies...

Thanks for the detailed issue report! Thanks for pointing out that we are using `--no-save` internally. We should probably look into that. To help you solve your immediate problem, I...

Frankly, I can't tell exactly where that happens, but it does not surprise me. Just to make myself clear: I suggest to keep `package.json` under version control, so you should...

I see. That sounds like a viable approach to me. Especially since `package.json` is the primary source for specifying dependencies in Cordova 9. Specifying them in `config.xml` will probably be...

Could you please confirm that this is still a problem when using `cordova@9`?