Search Criteria
Package Details: postybirb 4.0.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/postybirb.git (read-only, click to copy) |
---|---|
Package Base: | postybirb |
Description: | An application that helps artists post art and other multimedia to multiple websites more quickly.Use system-wide electron. |
Upstream URL: | https://www.postybirb.com/ |
Keywords: | angular electron javascript postybirb |
Licenses: | BSD-3-Clause |
Conflicts: | postybirb, postybirb-plus |
Provides: | postybirb |
Submitter: | Graith95 |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-09-24 17:03 (UTC) |
Last Updated: | 2024-10-21 01:03 (UTC) |
Dependencies (9)
- electron24AUR (electron24-binAUR)
- cmake (cmake-gitAUR) (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR) (make)
Latest Comments
Graith95 commented on 2021-05-18 15:28 (UTC)
Looks like the nodejs update to 16 broke node-sass. Added nvm as dependency to continue building with 15, and the older version of node-sass depends on python2 to build as well, so added that as well.
mileskitaro commented on 2021-05-18 02:53 (UTC)
The .appimage file available from postybirb's website is working if this package won't build.
serene-arc commented on 2021-05-18 01:28 (UTC)
I'm getting the same error here. When I manually install the node-sass v4.0.0 that's required for the build with
npm i node-sass@4.0.0
, I get a node-gyp incompatibility error. It's a long long line of stuff but it ends with the following:mileskitaro commented on 2021-05-14 04:46 (UTC)
Get this error a few times before building failed (on arch manjaro). I ran npm install node-sass in terminal but it did not help.
ERROR in ./src/material-theme.scss Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: Module build failed (from ./node_modules/sass-loader/lib/loader.js): Error: Cannot find module 'node-sass'