Install SDK on Linux

install VSCode and Node.js and yarn for
Debian and Ubuntu based Linux distributions - I have done it on elementry OS

# after downloaded .deb file
# https://code.visualstudio.com/docs/setup/linux
# sure that you cd the dir where the file saved
$ sudo dpkg -i <file>.deb
# https://github.com/nodesource/distributions/blob/master/README.md
# for this moment it is v11
$ curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
$ sudo apt-get install -y nodejs
# of course you can clone the repository from github and build then
# https://yarnpkg.com/en/docs/install#debian-stable
$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
$ sudo apt-get update && sudo apt-get install yarn

# Adding the install location to your PATH
# https://yarnpkg.com/en/docs/cli/global
# then you can use command which is added by yarn global
$ export PATH="$(yarn global bin):$PATH"
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

  • 1、化敌为友 2、做最好的想象,做好最坏的打算 3、就事论事 四月目标 1、找到工作 2、坚持锻炼,早睡早起 3、...
    Su公子阅读 1,117评论 2 0
  • 太宰说,生まれて、すみません。 在我看来,《人间失格》并不是具有积极向上意义的书。该作品是作者太宰治的绝唱,在书成...
    南再冉阅读 4,164评论 0 1
  • 我和她是无意间加的QQ好友,是因为我表妹乱发信息,说什么中英韩混血,什么哈佛就读,后来我发现了,和她解释了,我们就...
    尹玖月阅读 1,585评论 0 0

友情链接更多精彩内容