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

source Build error - npm issue #140

Closed
noob0x01 opened this issue Jun 27, 2023 · 1 comment
Closed

source Build error - npm issue #140

noob0x01 opened this issue Jun 27, 2023 · 1 comment
Labels
bug Something isn't working build Build error

Comments

@noob0x01
Copy link

Hey Team any solution

while Building from source code facing npm error issue. (npm latest version )

Second kindly add Custom Payload add features in the Next firefox (dist) version .

image

@rb-x
Copy link
Collaborator

rb-x commented Jun 27, 2023

Hey @noob0x01, thank you for the issue.

Firstly, which branch are you trying to build ?

If it's dev (even master btw), prefer one of those two package manager instead of npm :

  • yarn npm install --global yarn + yarn && yarn build
  • pnpm (npm install -g pnpm) + pnpm i && pnpm run build

PS: If you want to avoid a headache, you can get the latest released version from GH or from Firefox/Chrome store directly.

Regarding the custom payload, we've thought of it before, and are currently working on it for the next release, especially the possibility to import your own methodology / payload in YAML you could take a look at it in (dev).

@rb-x rb-x added build Build error bug Something isn't working labels Jun 27, 2023
@rb-x rb-x closed this as completed Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Build error
Projects
None yet
Development

No branches or pull requests

2 participants