microsoft / node-pty

Fork pseudoterminals in Node.JS
Other
1.43k stars 232 forks source link

Set HOME path while executing cd command #562

Closed vidhimultiqos closed 1 year ago

vidhimultiqos commented 1 year ago

Environment details

Issue description

How to Set HOME path while executing cd command

daniel-brenot commented 1 year ago

Please give more of a description to this issue. You haven't really given any context here that anyone can help you with.

vidhimultiqos commented 1 year ago

image

While I am running the "cd" command in a web-based terminal, it returns me the "HOME path is not set"

Tyriar commented 1 year ago

This is an issue on your end, looks like somehow you created the shell without $HOME set (or it was unset)