<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Node on Tim O&#39;Hare Random Collection</title>
    <link>https://www.ohare.id.au/tags/node/</link>
    <description>Recent content in Node on Tim O&#39;Hare Random Collection</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 15 Jul 2022 16:59:01 +1000</lastBuildDate>
    <atom:link href="https://www.ohare.id.au/tags/node/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Install Node.js, TypeScript and AWS CDK on Ubuntu</title>
      <link>https://www.ohare.id.au/posts/20220715-install-node-typescript-cdk/</link>
      <pubDate>Fri, 15 Jul 2022 16:59:01 +1000</pubDate>
      <guid>https://www.ohare.id.au/posts/20220715-install-node-typescript-cdk/</guid>
      <description>Install Node.js, Typescript, CDK on Ubuntu The following is based on https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html#getting_started_prerequisites and https://www.linode.com/docs/guides/how-to-install-use-node-version-manager-nvm/&#xA;Install Node.sh. sudo apt install node Install nvm. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash Run the following to enable nvm without having to log back in. export NVM_DIR=&amp;#34;$HOME/.nvm&amp;#34; [ -s &amp;#34;$NVM_DIR/nvm.sh&amp;#34; ] &amp;amp;&amp;amp; \. &amp;#34;$NVM_DIR/nvm.sh&amp;#34; # This loads nvm [ -s &amp;#34;$NVM_DIR/bash_completion&amp;#34; ] &amp;amp;&amp;amp; \. &amp;#34;$NVM_DIR/bash_completion&amp;#34; # This loads nvm bash_completion Switch to Node.js version 16. nvm install 16 &amp;amp;&amp;amp; nvm use 16 Install TypeScript npm -g install typescript Install aws-cdk npm install -g aws-cdk Check the CDK version cdk --version </description>
    </item>
  </channel>
</rss>
