Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for pnpm in flatpak-node-generator #383

Open
RushingAlien opened this issue Nov 16, 2023 · 1 comment
Open

Add support for pnpm in flatpak-node-generator #383

RushingAlien opened this issue Nov 16, 2023 · 1 comment

Comments

@RushingAlien
Copy link

RushingAlien commented Nov 16, 2023

flatpak-builder version

1.2.3

Linux distribution and version

Arch, rolling

Affected flatpak-builder tool

node/flatpak-node-generator.py

flatpak-builder tool cli args

No response

Source repository URL

https://github.com/Vencord/Vesktop

Flatpak-builder manifest URL

https://github.com/RushingAlien/vesktop-flatpak/tree/build-from-source

Description

Some node projects now use pnpm instead of npm, I've tried to workaround it with a few methods, but to no avail. Pnpm's package lock is a yaml file called pnpm-lock.yaml

A workaround i've tried involves generating using npm to generate package-lock.json then use flatpak-node-generator npm tool then try to install dependencies with either npm or pnpm.

@ImUrX
Copy link

ImUrX commented Dec 22, 2023

a lot of popular projects do use it qwq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants