Replies: 3 comments 5 replies
-
Are you running this in Git Bash or cmd? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Do you have a solution for this? |
Beta Was this translation helpful? Give feedback.
2 replies
-
This isn't an issue with windows or git bash. I have experienced the same issue on my personal system when working with melon. I managed to fix this by replacing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Every time I try to patch one I get this:" WARNING Latest version of Firefox (89.0) does not match frozen version (87.0).
00:00:00 Wiping patches directory...
00:00:00 Exporting modified files...
(node:9880) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 128: git ls-files -m --ignored --exclude-standard
fatal: ls-files -i must be used with either -o or -c
at makeError (C:\Users\lieve\browser-ff\node_modules\execa\lib\error.js:60:11)
at handlePromise (C:\Users\lieve\browser-ff\node_modules\execa\index.js:118:26)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async getFiles (C:\Users\lieve\browser-ff.dotbuild\commands\export-patches.js:20:31)
at async exportModified (C:\Users\lieve\browser-ff.dotbuild\commands\export-patches.js:47:34)
at async Object.exportPatches [as controller] (C:\Users\lieve\browser-ff.dotbuild\commands\export-patches.js:120:5)
(node:9880) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)(node:9880) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Does anyone know if I'm doing something wrong? Or someone who has a solution for this?
Beta Was this translation helpful? Give feedback.
All reactions