Hi, I keep getting the same error while doing the exercises in the ‘Learn Intermediate Javascript’-course, in the Codecademy-environment. I hope somebody can help me out. Thanks in advance!
This is the error:
node app.js
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
path.js:1142
cwd = process.cwd();
^
Error: ENOENT: no such file or directory, uv_cwd
at Object.resolve (path.js:1142:25)
at startup (bootstrap_node.js:129:32)
at bootstrap_node.js:542:3