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
I also tested in on macOS, but I couldn't reproduce it on this os, only on Windows
// Edit:
Ok, so the logs seems to come from vscode (since it's my editor), but I still can't figure out why the CLI doesn't work
The text was updated successfully, but these errors were encountered:
raineorshine
changed the title
CLI doesn't work if directory contains node.js file
[Windows] CLI doesn't work if directory contains node.js file
Jun 12, 2024
Steps to Reproduce
🚨 Create empty node.js file in the same directory as package.json
Run
ncu
(should be globally installed)Current Behavior
CLI doesn't work as expected. instead it opens the
node.js
file in my default editor, I see weird logs and the process hangs indefinitelyExpected Behavior
CLI should work.
System Info
I also tested in on macOS, but I couldn't reproduce it on this os, only on Windows
// Edit:
Ok, so the logs seems to come from vscode (since it's my editor), but I still can't figure out why the CLI doesn't work
The text was updated successfully, but these errors were encountered: