You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Node 22.11 on a Windows 11 machine and Git Bash
Steps:
Have ncu installed globally
Run ncu -i
With the provided list, press up key once. Notice the cursor disappears.
Press space bar
Move cursor back down and de-select all items
Press enter
Current Behavior
TypeError: Cannot read properties of undefined (reading 'replace')
at kX ([path-to-node]\v22.11.0\node_modules\npm-check-updates\build\index.js:450:2588)
at [path-to-node]\v22.11.0\node_modules\npm-check-updates\build\index.js:450:2835
at Array.forEach ()
at [path-to-node]\v22.11.0\node_modules\npm-check-updates\build\index.js:450:2774
at String.replace ()
at G2 ([path-to-node]\v22.11.0\node_modules\npm-check-updates\build\index.js:450:2745)
at Cw ([path-to-node]\v22.11.0\node_modules\npm-check-updates\build\index.js:545:597)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async yse ([path-to-node]\v22.11.0\node_modules\npm-check-updates\build\index.js:547:750)
Expected Behavior
Cursor should move to the end of the list when moving upwards from the start of the list. Upon completion, there should be no error but a notification that no dependencies were updated.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Dependencies:
Running Node 22.11 on a Windows 11 machine and Git Bash
Steps:
ncu -i
Current Behavior
TypeError: Cannot read properties of undefined (reading 'replace')
at kX ([path-to-node]\v22.11.0\node_modules\npm-check-updates\build\index.js:450:2588)
at [path-to-node]\v22.11.0\node_modules\npm-check-updates\build\index.js:450:2835
at Array.forEach ()
at [path-to-node]\v22.11.0\node_modules\npm-check-updates\build\index.js:450:2774
at String.replace ()
at G2 ([path-to-node]\v22.11.0\node_modules\npm-check-updates\build\index.js:450:2745)
at Cw ([path-to-node]\v22.11.0\node_modules\npm-check-updates\build\index.js:545:597)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async yse ([path-to-node]\v22.11.0\node_modules\npm-check-updates\build\index.js:547:750)
Expected Behavior
Cursor should move to the end of the list when moving upwards from the start of the list. Upon completion, there should be no error but a notification that no dependencies were updated.
The text was updated successfully, but these errors were encountered: