Greetings Everyone!
So I know most replied will be the it is located about your enter key as I know that, but whenever I do Shift + \ ( BackSlash ) but the result isn’t | 'it shows ~ is there anyway and I have connected this to my Samsung Phone as my pc isn’t working! If there is any way to fix or do this please help as I have to install nodesource on my droplet!
Kind Regards, /shar
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I’ve never had any issues with SHIFT + \ no showing up as |. It could be language-specific if you are using anything other than a US/English keyboard layout, though it’s pretty generic, and I wouldn’t see any reason for it showing up as ~ instead.
You can copy and paste to terminal, unless you’re using DigitalOcean’s Console, which doesn’t seem to allow pasting. If you are, I would recommend using Terminal on a Mac or PuTTy on Windows as an alternative.
You can copy and paste in terminal, or simply highlight/select to copy and right click to past if you are using PuTTy. That way you can simply copy the installer command, paste to terminal, and hit enter.
Depending on which version you want to install, copy/paste command would be:
7.x
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - && sudo apt-get install -y nodejs
6.x
curl -sL https://deb.nodesource.com/setup_6x | sudo -E bash - && sudo apt-get install -y nodejs
5.x
curl -sL https://deb.nodesource.com/setup_5x | sudo -E bash - && sudo apt-get install -y nodejs
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.