-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'split' of undefined (node debugger) #10939
Comments
Does this also occur when you’re in a directory whose path doesn’t contain spaces? |
No, it works as normal. |
Possibly a dup of #3168 but it's useful to know spaces in the cwd have something to do with it. |
It seems like perhaps this should be closed. Feel free to re-open (or leave a comment requesting that it be re-opened) if you disagree. I'm just tidying up and not acting on a super-strong opinion or anything like that. |
What is the solution for this issue? |
@ksac1 do you have some further information about what Node.js version you are using and what error occurred? |
I hav enode js version: v10.7.0 I have also tried: But these two statements give error "UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'split' of undefined " I don't know how to resolve this issue. |
Hey ! I know it's maybe late for answer. I had the same problem with nodemon. |
Ran into an error when using VSCode and the debugger. Not sure any other information I could provide.
The text was updated successfully, but these errors were encountered: