Build fail
See original GitHub issueFailed to build Webcord-git
Manjaro Arm 64
Preparing...
Checking webcord-git dependencies...
Resolving dependencies...
Checking inter-conflicts...
Cloning webcord-git build files...
Building webcord-git...
==> Making package: webcord-git 1.4.2.r7.9cf51d0-2 (Thu 08 Jul 2021 18:09:55)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Cloning webcord git repo...
Cloning into bare repository '/var/tmp/pamac-build-corey/webcord-git/webcord'...
-> Found webcord.desktop
==> Validating source files with md5sums...
webcord ... Skipped
webcord.desktop ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of webcord git repo...
Cloning into 'webcord'...
done.
==> Starting pkgver()...
==> Updated version: webcord-git 1.5.0.r1.e914698-1
==> Starting build()...
(1/6) Installing dependencies...
npm WARN idealTree Removing devDependencies.@types/source-map-support in favor of dependencies.@types/source-map-support
npm WARN idealTree Removing devDependencies.electron in favor of dependencies.electron
added 98 packages, and audited 99 packages in 2m
6 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
npm notice
npm notice New minor version of npm available! 7.17.0 -> 7.19.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.19.1>
npm notice Run `npm install -g npm@7.19.1` to update!
npm notice
(2/6) Clean-up workspace...
(3/6) Compiling TypeScript to Javascript...
src/ts/main.ts(49,45): error TS2345: Argument of type '{ recursive: boolean; }' is not assignable to parameter of type 'RmDirOptions'.
Object literal may only specify known properties, and 'recursive' does not exist in type 'RmDirOptions'.
Failed to compile TypeScript sources to JavaScript
Failed to build webcord-git
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Build fail errors when running the build script - IBM
The build script can fail for a number of reasons such as the applications.properties\BIbootstrap.properties files not set up correctly or the database ...
Read more >What does "Build Failing" mean in Github? - SitePoint
I've assumed that "Build failing" means the package in question on Github doesn't work but I read one comment elsewhere suggesting otherwise ...
Read more >TeamCity On-Premises - Build Failure Conditions - JetBrains
To fail a build if sufficient disk space cannot be freed for the build, see the Free disk space build feature.
Read more >Reduce build failures and increase build reliability
Pull in help for an unexpectedly failing test · See all locally failing tests across all projects · Determine if changed dynamic dependencies...
Read more >Reasons to fail a build - Stack Overflow
Any kind of tests failure: Unit tests; Integration tests; Functional tests; Performance tests. Non conformance to quality checks: Coding ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep working no problem also! I did before hand repackage the deb file of the webcord-arm64 package and that was working fine as well.
Oh, I noticed
rmDirOptions.recursive
got deprecated, I guess NPM downloaded newer Node definitions that completely removed it from this type. The fix would be to move tormSync
, as noted in deprecation message… I’ll push fix soon to the repository…