Open dominiquemkhonza opened 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
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.
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
How can I go about fixing this?