nodeschool / discussions

:school::speech_balloon: need help with nodeschool? or just wanna ask a question? open an issue on this repo!
489 stars 107 forks source link

Introduction to javascript exercise 1 #2641

Open carolineolagunju opened 1 year ago

carolineolagunju commented 1 year ago

Notes

Please delete this section after reading it

If you have a problem with an error message:

Error output

 // copy your error output here

My Code

 // copy your code here
carolineolagunju commented 1 year ago

From my terminal, I have created the file named introduction.js as instructed. The next instruction is that I open the file in my editor and add this text: console.log('hello') I don't seem to know how to locate the file from my VS code editor. please help

iDebonair commented 1 year ago

My node version is 8.9.4 and npm is v 5.6.0. I have created introduction.js and tried to add console.log('hello') from CLI. When i tried to verify using javascripting verify introduction.js, I get either of these two errors EEXIST: file already exists, mkdir '/home/vagrant/.config/workshopper' or EEXIST: file already exists, mkdir '/home/vagrant/.config/javascripting

Screenshot 2023-03-26 at 9 10 53 AM

'