<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pnpm on BlueberryPy</title><link>https://blueberrypy.netlify.app/tags/pnpm/</link><description>Recent content in Pnpm on BlueberryPy</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 11 Jun 2026 16:20:00 +0800</lastBuildDate><atom:link href="https://blueberrypy.netlify.app/tags/pnpm/index.xml" rel="self" type="application/rss+xml"/><item><title>[one-liner] Install pnpm</title><link>https://blueberrypy.netlify.app/post/one-liner-pnpm/</link><pubDate>Thu, 11 Jun 2026 16:20:00 +0800</pubDate><guid>https://blueberrypy.netlify.app/post/one-liner-pnpm/</guid><description>&lt;h2 id="one-liner-series-pnpm"&gt;One-Liner series: pnpm
&lt;/h2&gt;&lt;p&gt;&lt;a class="link" href="https://pnpm.io/installation" target="_blank" rel="noopener"
&gt;source: pnpm docs&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="install-on-posix-systems-except-intel-macs-darwin-x64"&gt;Install on POSIX systems (except Intel Macs (darwin-x64))
&lt;/h3&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;curl -fsSL https://get.pnpm.io/install.sh | sh -
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id="install-on-windows-powershell"&gt;Install on Windows (PowerShell)
&lt;/h3&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-powershell" data-lang="powershell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Invoke-WebRequest https&lt;span style="color:#960050;background-color:#1e0010"&gt;:&lt;/span&gt;//get.pnpm.io/install.ps1 -UseBasicParsing | Invoke-Expression
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id="update"&gt;Update
&lt;/h3&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;pnpm self-update
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item></channel></rss>