@cyano alright, thank you.
Search Criteria
Package Details: wowup-cf 2.20.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wowup.git (read-only, click to copy) |
---|---|
Package Base: | wowup |
Description: | World of Warcraft addon updater |
Upstream URL: | https://github.com/WowUp/WowUp |
Licenses: | GPL3 |
Submitter: | cyano |
Maintainer: | cyano |
Last Packager: | cyano |
Votes: | 7 |
Popularity: | 0.025632 |
First Submitted: | 2020-11-11 05:22 (UTC) |
Last Updated: | 2024-09-03 03:06 (UTC) |
Dependencies (3)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- nodejs-lts-iron (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
Required by (0)
Sources (7)
orlfman commented on 2021-03-31 04:50 (UTC)
cyano commented on 2021-03-31 01:00 (UTC) (edited on 2021-04-01 00:20 (UTC) by cyano)
@orlfman It seems to be an upstream dependency issue. Switching to latest beta will temporarily fix it.
_pkgver=2.2.0-beta.16 # prefixed with an underscore
<del>I’ll try adding package-lock.json
in 2.2.x releases.</del>
Update: package-lock.json
was added in upstream commit ecf2a55. This will be fixed in 2.2.
orlfman commented on 2021-03-30 06:02 (UTC)
wowup is failing for me unfortunately.. i'm getting this error: https://pastebin.com/4DEre8qg
cyano commented on 2021-03-18 15:02 (UTC)
@rootpeer Fixed in 2.1.2-2 by setting legacy-peer-deps=true
in .npmrc
.
(for smooth merging when using NPM mirrors.)
Thanks @Dehir.
Dehir commented on 2021-03-18 10:15 (UTC)
npm install <<<"N" --legacy-peer-deps
Build it for me but apparently its not a long term preferred solution
rootpeer commented on 2021-03-15 11:19 (UTC)
Build fails:
==> Starting build()...
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: wowup@2.1.2
npm ERR! Found: @angular/core@11.1.1
npm ERR! node_modules/@angular/core
npm ERR! dev @angular/core@"11.1.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@"11.1.2" from @angular/animations@11.1.2
npm ERR! node_modules/@angular/animations
npm ERR! @angular/animations@"~11.1.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /home/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/.npm/_logs/2021-03-15T11_18_36_870Z-debug.log
==> ERROR: A failure occurred in build().
Aborting...
error making: wowup
Am I doing something wrong?
orlfman commented on 2021-01-20 01:30 (UTC)
its working now. seems like they had a connection problem.
justin-sh commented on 2021-01-19 14:04 (UTC) (edited on 2021-01-19 14:09 (UTC) by justin-sh)
Seems as if the https://www.electronjs.org/ website is also having issues. Results in 'Application Error' on the main page.
gyp info using node-gyp@7.1.1
gyp info using node@15.6.0 | linux | x64
gyp info find Python using Python version 3.9.1 found at "/usr/bin/python3"
gyp http GET https://electronjs.org/headers/v11.0.2/node-v11.0.2-headers.tar.gz
gyp http 503 https://electronjs.org/headers/v11.0.2/node-v11.0.2-headers.tar.gz
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: 503 response downloading https://electronjs.org/headers/v11.0.2/node-v11.0.2-headers.tar.gz
gyp ERR! stack at Request.<anonymous> (/usr/lib/node_modules/node-gyp/lib/install.js:187:14)
gyp ERR! stack at Request.emit (node:events:391:22)
gyp ERR! stack at Request.onRequestResponse (/usr/lib/node_modules/node-gyp/node_modules/request/request.js:1059:10)
gyp ERR! stack at ClientRequest.emit (node:events:379:20)
gyp ERR! stack at HTTPParser.parserOnIncomingClient (node:_http_client:668:27)
gyp ERR! stack at HTTPParser.parserOnHeadersComplete (node:_http_common:129:17)
gyp ERR! stack at TLSSocket.socketOnData (node:_http_client:534:22)
gyp ERR! stack at TLSSocket.emit (node:events:379:20)
gyp ERR! stack at addChunk (node:internal/streams/readable:313:12)
gyp ERR! stack at readableAddChunk (node:internal/streams/readable:288:9)
crborga commented on 2020-12-11 16:51 (UTC)
Can we get a git version as well for the latest beta? I already modified the PKGBUILD locally to do this but the aur would be easier for future betas.
In case anyone wants to do this right now just modify line 5 and line 20 _pkgver=2.1.0-beta.4 sha256sums=('0d5098107ebf699299fdd23b19defa85c68d017a3532fcdc3b782684248a282d'
Pinned Comments
cyano commented on 2021-12-14 12:33 (UTC) (edited on 2022-07-11 13:56 (UTC) by cyano)
Major upgrades of Node.js may break the build process.
Downgrade Node.js, use nvm to switch Node.js releases, or try pre-built packages from https://github.com/cyano-linux/aur-wowup/releases.