The PWD is possibly giving an undesirable path. Seems like the user should see "/" as his root
Also running in Windows seems to give issues with pathing due to backslash versus slash.
Or, the problem is process.cwd() returning "C:\path\to\somewhere" and not using unix style "C:/path/to/somewhere"
C: PWD
S: 257 "\C:\path\to\user" is current directory