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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected error "Skipping non-existent file" #516

Open
Southclaws opened this issue Nov 18, 2022 · 2 comments
Open

Unexpected error "Skipping non-existent file" #516

Southclaws opened this issue Nov 18, 2022 · 2 comments
Labels

Comments

@Southclaws
Copy link

Not really sure what else to say 馃槄

image

Perhaps there's another problem and the error message is wrong?

@dpopp07
Copy link
Member

dpopp07 commented Nov 18, 2022

Hmm it looks like you're running on Windows - is that correct? This issue has popped up before, the backslash confuses the code even though it should treat file separators generically

@Southclaws
Copy link
Author

Yeah, Windows. Figured so, Windows accepts either slash so / works but native shells on Windows like PowerShell and Nushell tab-complete to the OS default of \.

Node.js has APIs for each operating system so you can switch the parser based on path.sep. Unfortunately it defaults to POSIX only but you can call path.win32 on Windows and path.posix on Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants