- Notifications
You must be signed in to change notification settings - Fork 120
Error message from git-node v8 backport is less helpful than in [email protected]#804
Copy link
Copy link
Open
Description
Attempted to backport a commit that doesn't exist yet.
With [email protected]:
$ npx [email protected] -- git-node v8 backport df5724c11697b4fbe803adcb5a51020dea2d923fNeed to install the following packages:[email protected]Ok to proceed? (y) ynpm WARN deprecated [email protected]: This package has been renamed to @node-core/utils(node:1406084) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.(Use `node --trace-deprecation ...` to show where the warning was created)✔ Update local V8 clone⠦ V8 commit backportfatal: ambiguous argument 'df5724c11697b4fbe803adcb5a51020dea2d923f^..df5724c11697b4fbe803adcb5a51020dea2d923f': unknown revision or path not in the working tree.Use '--' to separate paths from revisions, like this:'git <command> [<revision>...] -- [<file>...]'fatal: ambiguous argument 'df5724c11697b4fbe803adcb5a51020dea2d923f': unknown revision or path not in the working tree.Use '--' to separate paths from revisions, like this:'git <command> [<revision>...] -- [<file>...]' $With @node-core/[email protected]:
$ npx --package=@node-core/utils@latest -- git-node v8 backport df5724c11697b4fbe803adcb5a51020dea2d923fNeed to install the following packages:@node-core/[email protected]Ok to proceed? (y) y✔ Update local V8 clone ❯ V8 commit backport ✔ Get current V8 version ✔ Generate patches ❯ Apply and commit patches to deps/v8 ❯ Commit df5724c11697 ✔ Apply patch ✔ Increment embedder version number ✖ Cannot read properties of undefined (reading 'replace')✖ Cannot read properties of undefined (reading 'replace') $The error from the older version is a lot more indicative of what the actual problem is.
Metadata
Metadata
Assignees
Labels
No labels