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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃悰 | Bug]: Cannot build snap #7210

Closed
FirelightFlagboy opened this issue Apr 29, 2024 · 1 comment
Closed

[馃悰 | Bug]: Cannot build snap #7210

FirelightFlagboy opened this issue Apr 29, 2024 · 1 comment
Assignees
Labels
bug Issue related to a bug

Comments

@FirelightFlagboy
Copy link
Contributor

Parsec version tested on:

master

Platforms tested on:

Linux

Bug description:

Cannot build snap, the package fail during the build part parsec when it install the node dependencies

Relevant output:

:: + npm clean-install
:: npm WARN deprecated eslint-config-standard-with-typescript@39.1.1: Please use eslint-config-love, instead.
:: npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
:: npm WARN deprecated superagent@8.1.2: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net/
:: npm ERR! code 243
:: npm ERR! git dep preparation failed
:: npm ERR! command /snap/node/8520/bin/node /snap/node/8520/lib/node_modules/npm/bin/npm-cli.js install --force --cache=/root/.npm --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-run
:: npm ERR! > megashark-lib@0.0.1 prepare
:: npm ERR! > npm run build
:: npm ERR! npm WARN using --force Recommended protections disabled.
:: npm ERR! npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
:: npm ERR! npm WARN deprecated eslint-config-standard-with-typescript@39.1.1: Please use eslint-config-love, instead.
:: npm ERR! npm ERR! code 243
:: npm ERR! npm ERR! path /root/.npm/_cacache/tmp/git-clonevGnSB6
:: npm ERR! npm ERR! command failed
:: npm ERR! npm ERR! command sh -c npm run build
:: npm ERR!
:: npm ERR! npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2024-04-25T22_45_50_942Z-debug-0.log
::
:: npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2024-04-25T22_45_40_028Z-debug-0.log
@FirelightFlagboy FirelightFlagboy added the bug Issue related to a bug label Apr 29, 2024
@FirelightFlagboy FirelightFlagboy self-assigned this Apr 29, 2024
FirelightFlagboy added a commit that referenced this issue May 21, 2024
The electron app failed to build the `megashark-lib` dependency during
it's `prepare` step.
The workaround is to pre-package `megashark-lib` using `npm pack` and
patch `client/package.json` with the generated archive.
FirelightFlagboy added a commit that referenced this issue May 21, 2024
The electron app failed to build the `megashark-lib` dependency during
it's `prepare` step.
The workaround is to pre-package `megashark-lib` using `npm pack` and
patch `client/package.json` with the generated archive.
github-merge-queue bot pushed a commit that referenced this issue May 21, 2024
The electron app failed to build the `megashark-lib` dependency during
it's `prepare` step.
The workaround is to pre-package `megashark-lib` using `npm pack` and
patch `client/package.json` with the generated archive.
@FirelightFlagboy
Copy link
Contributor Author

Fixed by #7220

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

No branches or pull requests

1 participant