-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Unable to build #234
Comments
I had a look and noticed not all depencencies are listed in the package.json. "@girs/gjs": "^3.2.6",
"@girs/cairo-1.0": "^1.0.0-3.2.6", those dependencies are not listed there, therefore pnpm wont install them, npm on the other hand does. |
Yes, that worked. |
I'm not 100% sure about this, but my guess is that because all of |
Hi,
I cloned, issued
pnpm i -r
to recursively fetch node dependencies, thenmeson setup build && cd build
, thenmeson compile
which gives me:What did I do wrong?
The text was updated successfully, but these errors were encountered: