I am trying to open the javascripting menu (I am currently doing a prep course for a bootcamp that requires me completing this). I have tried everything, re-doing my work, googling, going on YouTube, and reading everything online, I cannot seem to find a solution. I should also add, I am very new to this.
This is my what my terminal looks like right now:
The default interactive shell is now zsh.
To update your account to use zsh, please run chsh -s /bin/zsh.
For more details, please visit https://support.apple.com/kb/HT208050.
Mardins-MBP:~ mardin$ cd lighthouse
Mardins-MBP:lighthouse mardin$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Machine already provisioned. Run vagrant provision or use the --provision
==> default: flag to force provisioning. Provisioners marked to run always will still run.
Mardins-MBP:lighthouse mardin$ vagrant ssh
Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-87-generic x86_64)
.-='-. db .--==-,
(_ ( IIII( ) . ( |" " |-.( ,) '-._HHHHHH)---' '--' |. |--
| | Lighthouse Labs
_H,=====;| Built # 20171219-141500-8dc7a2e
n///``_\
/|:: :|. .|:::|::| Direct complaints to /dev/null
_%&|_&%"|"| H||__
Support: https://ubuntu.com/advantage
Last login: Fri Jun 3 20:40:02 2022 from 10.0.2.2
vagrant [vagrant]> javascripting
EEXIST: file already exists, mkdir '/home/vagrant/.config/workshopper'
vagrant [vagrant]> node -version
node: bad option: -version
vagrant [vagrant]> node -v
v8.9.4
vagrant [vagrant]> node -v
v8.9.4
vagrant [vagrant]> npm install -g javascripting
npm WARN deprecated colors-tmpl@1.0.0: no longer maintained
npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi'
npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
/home/vagrant/.nvm/versions/node/v8.9.4/bin/javascripting -> /home/vagrant/.nvm/versions/node/v8.9.4/lib/node_modules/javascripting/bin/javascripting
javascripting@2.7.4
updated 1 package in 138.525s
vagrant [vagrant]> javascripting@2.7.4
-bash: javascripting@2.7.4: command not found
vagrant [vagrant]> javascripting
EEXIST: file already exists, mkdir '/home/vagrant/.config/workshopper'
vagrant [vagrant]>
Can anyone help me with this? I would really appreciate it!
Twice, I was able to get the blue menu, but I could never go back to it. The second time I got to the menu, every time I tried completing the introduction assignment by creating an introduction.js file, it would not show up on my actual folder. Any insight into this would also be very much appreciated!
I am trying to open the javascripting menu (I am currently doing a prep course for a bootcamp that requires me completing this). I have tried everything, re-doing my work, googling, going on YouTube, and reading everything online, I cannot seem to find a solution. I should also add, I am very new to this.
This is my what my terminal looks like right now:
The default interactive shell is now zsh. To update your account to use zsh, please run
chsh -s /bin/zsh
. For more details, please visit https://support.apple.com/kb/HT208050. Mardins-MBP:~ mardin$ cd lighthouse Mardins-MBP:lighthouse mardin$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Machine already provisioned. Runvagrant provision
or use the--provision
==> default: flag to force provisioning. Provisioners marked to run always will still run. Mardins-MBP:lighthouse mardin$ vagrant ssh Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-87-generic x86_64) .-='-. db .--==-, (_ ( IIII ( ). ( |" " |-.(
,) '-._HHHHHH
)---''--' |. |--
| | Lighthouse Labs _H,=====;| Built # 20171219-141500-8dc7a2e n///``_\ /|:: :|. .|:::|::| Direct complaints to /dev/null _%&|_&%"|"| H||__Can anyone help me with this? I would really appreciate it!
Twice, I was able to get the blue menu, but I could never go back to it. The second time I got to the menu, every time I tried completing the introduction assignment by creating an introduction.js file, it would not show up on my actual folder. Any insight into this would also be very much appreciated!