Hello everyone how are you doing today?
I have a problem with the bash with codecademy. Every time i finish all the code and they ask to check the work with node or npm i get this message as Error but the test is accept to the next lesson but i can’t check the work that i done. Here is example:
node app.js
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
node app.js
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
Can somebody explain to me why is this happening?
I apreciate and wish you a nice Day