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

Run Javascripting #2594

Open rphillipsosei opened 3 years ago

rphillipsosei commented 3 years ago

Newbie here:

I am following the steps at the following link: https://github.com/workshopper/javascripting#run-the-workshop

I have completed the challenge and the instructions say to run Javascripting again to select the next challenge on the menu. When I run the same command that originally brought up the the blue Javascripting menu (by running ‘javascripting’), I am met with this error:

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

I am trying to return to the blue menu so that I can work on the remainder of the challenges

chatcher20 commented 2 years ago

Hello,

I am having the same issue as rh0da. I try to run Javascripting to bring up the blue menu and I get an error saying:

vagrant [workshopper]> javascripting EEXIST: file already exists, mkdir '/home/vagrant/.config/workshopper'

Does anyone know how to run the "javascripting" blue menu? Thanks!

chatcher20 commented 2 years ago

I figured it out:

I typed into Terminal "nvm install node" and then tried running the command "javascripting" again and it worked (blue menu popped up below)

vagrant [workshopper]> nvm install node v17.3.0 is already installed. Now using node v17.3.0 (npm v8.3.0) vagrant [workshopper]> javascripting

Thanks Chris