You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/17 02:21:15 UTC

[GitHub] [cordova-electron] erisu commented on issue #206: Failure to build supported package types on Linux

erisu commented on issue #206:
URL: https://github.com/apache/cordova-electron/issues/206#issuecomment-921403844


   `mas-dev` is a macOS target, not Linux. That was a mistake in the documentation. I submited PRs to correct the docs:
   
   * https://github.com/apache/cordova-electron/pull/207
   * https://github.com/apache/cordova-docs/pull/1206
   
   For the other error target errors:
    * `AppImage`
    * `snap`
    * `pacman`
    * `p5p`
    
   Those errors are coming from the`electron-builder`, which Cordova uses but is not Cordova. It is recommended to search for exisiting or open a new ticket here: https://github.com/electron-userland/electron-builder
   
   Fromy my quick search:
   * The `AppImage` & `snap` error might be related to the node version your using.
     * https://github.com/electron-userland/electron-builder/issues/5874
   * The `pacman` & `p5p` error might be related to your environment missing `bsdtar`.
     * https://github.com/electron-userland/electron-builder/issues/4181#issuecomment-674413927


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org