<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Node.js on oinume journal</title>
    <link>https://blog-lampetty-net.web.app/tags/node.js/</link>
    <description>Recent content in Node.js on oinume journal</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <lastBuildDate>Sat, 09 Apr 2016 21:43:56 +0900</lastBuildDate>
    <atom:link href="https://blog-lampetty-net.web.app/tags/node.js/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>3 things I do after installing Nodejs</title>
      <link>https://blog-lampetty-net.web.app/posts/3-things-i-do-after-installing-nodejs/</link>
      <pubDate>Sat, 09 Apr 2016 21:43:56 +0900</pubDate>
      <guid>https://blog-lampetty-net.web.app/posts/3-things-i-do-after-installing-nodejs/</guid>
      <description>&lt;h3 id=&#34;installing-latest-npm&#34;&gt;Installing latest npm&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ npm install -g npm@latest&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;disabling-npms-progress-bar&#34;&gt;Disabling npm’s progress bar&lt;/h3&gt;&#xA;&lt;p&gt;Disabling progress bar for faster &lt;code&gt;npm install&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ npm set progress=false&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;See &lt;a href=&#34;https://github.com/npm/npm/issues/11283#issuecomment-175246823&#34;&gt;Progress bar noticeably slows down npm install · Issue #11283 · npm/npm&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;installing-npm-check&#34;&gt;Installing &lt;code&gt;npm-check&lt;/code&gt;&lt;/h3&gt;&#xA;&lt;p&gt;&lt;code&gt;npm-check&lt;/code&gt; checks outdated, incorrect, and unused dependencies.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ npm install -g npm-check&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&#34;https://www.npmjs.com/package/npm-check&#34;&gt;www.npmjs.com&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>TypeScriptでNode.jsのexpressを使ってHello worldしてみる</title>
      <link>https://blog-lampetty-net.web.app/posts/using-express-with-typescript/</link>
      <pubDate>Tue, 18 Feb 2014 02:03:03 +0900</pubDate>
      <guid>https://blog-lampetty-net.web.app/posts/using-express-with-typescript/</guid>
      <description>&lt;p&gt;TypeScriptでexpressを使ってHello worldしてみた。けっこうはまったのでメモメモ。使ってるTypeScriptのバージョンは1.0.1。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
