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

EEXIST Error when running javascripting command #2599

Open dominiquemkhonza opened 3 years ago

dominiquemkhonza commented 3 years ago

Hi! I'm trying to work through the Javascripting workshop https://github.com/workshopper/javascripting#run-the-workshop but when I run javascripting on the command line I get the error: EEXIST: file already exists, mkdir '/home/vagrant/.config/workshopper'

Error output


EEXIST: file already exists, mkdir '/home/vagrant/.config/workshopper'

### My Code
```vagrant [vagrant]> javascripting

How can I go about fixing this?

ocnerol commented 3 years ago

hey, I had this problem and found that I had to update my version of node.js in the root folder of my VM (or the root folder of your host computer you're not using a VM, although I also updated node.js on my host machine). to update it, you run the command 'nvm install node'. Then I tried going back to the javascripting directory and running 'javascripting' and no longer got the error! hope this helps

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.