Carlos García

Results 7 comments of Carlos García

The file `summary.txt` is now generated, but the text `coverage error: Failed to save text report` is printed to the console (not as an error, but as normal output text)....

I've retested a couple times more, and always get like above: ``` coverage error: Failed to save text report spacejam: Unknown error with exit code '7'. Exiting. ```

Hi @probonopd. I've successfully generated the `.AppImage` from a Meteor project and its related `.zsync`, but I would like to make it self-updateable. From your [AppImageUpdate README](https://github.com/probonopd/AppImageKit/blob/master/AppImageUpdate.AppDir/README.md#example-how-to-make-your-app-self-updateable): > You could...

Thanks for your help, @probonopd. Took it just after writing the comment. If I bundle `appimageupdate` and `zsync_curl` with the AppImage, then the `path/to/your/AppAppImage/` is the location where the downloaded...

@probonopd Yes, I'tve tested updating my AppImage from outside (from the command line in local) successfully. You're right. I want to make the AppImage update itself without any intervention, so...

In order to see the main process messages you can execute the built app from the command line like `path/to/app/folder $ ./app_executable`

I would take a look at [winston](https://github.com/winstonjs/winston), which is a very capable, tested and stable logger for Node.js. Some points to consider from this package: - **Defining *transports*, each one...