<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>node Archives - Installing.in</title>
	<atom:link href="https://www.installing.in/tag/node/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.installing.in/tag/node/</link>
	<description></description>
	<lastBuildDate>Tue, 21 Mar 2023 03:54:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">110734269</site>	<item>
		<title>[Solved] Error: Note, selecting &#8216;cmdtest&#8217; instead of &#8216;yarn&#8217;</title>
		<link>https://www.installing.in/solved-error-note-selecting-cmdtest-instead-of-yarn/</link>
					<comments>https://www.installing.in/solved-error-note-selecting-cmdtest-instead-of-yarn/#respond</comments>
		
		<dc:creator><![CDATA[Rajeev]]></dc:creator>
		<pubDate>Mon, 20 Mar 2023 08:43:22 +0000</pubDate>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[yarn]]></category>
		<guid isPermaLink="false">https://www.installing.in/?p=837</guid>

					<description><![CDATA[<p>If you are trying to install yarn dependency manager you might face this error that Ubuntu fails to install yarn and goes on to suggest or install cmdtest. Note, selecting... </p>
<p>The post <a href="https://www.installing.in/solved-error-note-selecting-cmdtest-instead-of-yarn/">[Solved] Error: Note, selecting &#8216;cmdtest&#8217; instead of &#8216;yarn&#8217;</a> appeared first on <a href="https://www.installing.in">Installing.in</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>If you are trying to install <code>yarn</code> dependency manager you might face this error that Ubuntu fails to install <code>yarn </code>and goes on to suggest or install <code>cmdtest</code>.</p>



<p><code>Note, selecting 'cmdtest' instead of 'yarn'</code></p>



<p>This is because there is a different <code>yarn </code>that is part on <code>cmdtest </code>package and is older than the <code>yarn</code> you are trying to install.</p>



<p> </p>



<figure class="wp-block-image size-full"><a href="https://i0.wp.com/www.installing.in/wp-content/uploads/2023/03/cmdtest_instead_of_arn_error.png?ssl=1"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="668" height="164" src="https://i0.wp.com/www.installing.in/wp-content/uploads/2023/03/cmdtest_instead_of_arn_error.png?resize=668%2C164&#038;ssl=1" alt="" class="wp-image-838"/></a></figure>



<p>Solving this very simple. Instead of installing via <code>apt</code> or <code>apt-get</code> install it via npm</p>



<pre class="wp-block-code"><code>sudo npm install -g yarn</code></pre>



<p>You can now check the version of <code>yarn</code> with this command</p>



<pre class="wp-block-code"><code>yarn -v</code></pre>



<figure class="wp-block-image size-full"><a href="https://i0.wp.com/www.installing.in/wp-content/uploads/2023/03/cmdtest_yarn_fixed.png?ssl=1"><img data-recalc-dims="1" decoding="async" width="701" height="163" src="https://i0.wp.com/www.installing.in/wp-content/uploads/2023/03/cmdtest_yarn_fixed.png?resize=701%2C163&#038;ssl=1" alt="" class="wp-image-839"/></a></figure>



<p>That&#8217;s it.</p>
<p>The post <a href="https://www.installing.in/solved-error-note-selecting-cmdtest-instead-of-yarn/">[Solved] Error: Note, selecting &#8216;cmdtest&#8217; instead of &#8216;yarn&#8217;</a> appeared first on <a href="https://www.installing.in">Installing.in</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.installing.in/solved-error-note-selecting-cmdtest-instead-of-yarn/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">837</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 25/36 objects using Redis
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Disk
Database Caching 2/10 queries in 0.003 seconds using Redis

Served from: installing.in @ 2026-05-20 10:04:35 by W3 Total Cache
-->