Open saccarosium opened 9 months ago
Affected flatpak-builder tool
cargo/flatpak-cargo-generator.py
Is this correct? Since the problem is with package-lock.json
Affected flatpak-builder tool
cargo/flatpak-cargo-generator.py
Is this correct? Since the problem is with
package-lock.json
Nope I had problems with the picker. I've correct it.
it looks like with npm is not working, with yarn is working.
now this different:
Cache miss, checking out last cache hit
========================================================================
Building module p3x-onenote in /home/patrikx3/Projects/patrikx3/p3x/onenote/.flatpak-builder/build/p3x-onenote-22
========================================================================
Running: yarn install --offline
yarn install v1.22.19
info No lockfile found.
[1/5] Validating package.json...
[2/5] Resolving packages...
error Couldn't find any versions for "@electron/remote" that matches "^2.1.2" in our cache (possible versions are ""). This is usually caused by a missing entry in the lockfile, running Yarn without the --offline flag may help fix this issue.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Error: module p3x-onenote: Child process exited with code 1
flatpak-builder version
1.4.0
Linux distribution and version
Debian Testing (13)
Affected flatpak-builder tool
node/flatpak-node-generator.py
flatpak-builder tool cli args
No response
Source repository URL
No response
Flatpak-builder manifest URL
No response
Description
When trying to generate a
generated-sources.json
from apackage.json
gives the following error:NotImplementedError: Don't know how to handle package in package-lock.json
.v18.19.0
Full Error