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
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Atom: 1.57.0 x64 Electron: 9.4.4 OS: Microsoft Windows 10 Education N Thrown From: platformio-ide-terminal package 2.10.1
Stack Trace
Uncaught TypeError: The "path" argument must be of type string. Received type undefined
At internal/validators.js:112
TypeError [ERR_INVALID_ARG_TYPE] [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
at validateString (internal/validators.js:112:11)
at Object.resolve (path.js:139:9)
at PlatformIOTerminalView.module.exports.PlatformIOTerminalView.forkPtyProcess (/packages/platformio-ide-terminal/lib/view.coffee:127:25)
at PlatformIOTerminalView.module.exports.PlatformIOTerminalView.displayTerminal (/packages/platformio-ide-terminal/lib/view.coffee:136:20)
at /packages/platformio-ide-terminal/lib/view.coffee:241:10
at /packages/platformio-ide-terminal/lib/view.coffee:539:7)
at HTMLDivElement.fn (/packages/platformio-ide-terminal/node_modules/jquery/dist/jquery.js:4855:19)
at HTMLDivElement.dispatch (/packages/platformio-ide-terminal/node_modules/jquery/dist/jquery.js:4435:9)
at HTMLDivElement.elemData.handle (/packages/platformio-ide-terminal/node_modules/jquery/dist/jquery.js:4121:28)
[Enter steps to reproduce:]
Atom: 1.57.0 x64
Electron: 9.4.4
OS: Microsoft Windows 10 Education N
Thrown From: platformio-ide-terminal package 2.10.1
Stack Trace
Uncaught TypeError: The "path" argument must be of type string. Received type undefined
Commands
Non-Core Packages
Comments:
I was trying to change the path to within the 'Shell Override' setting so that I would be able to use 'bash'
shell on windows within atom instead of the standard 'cmd.exe' shell.
After changing the path to the location of the 'bash' executable inside of the 'Git' for Windows folder
I received this error
The text was updated successfully, but these errors were encountered: