<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Help needed: Automatic Node Version Reference]]></title><description><![CDATA[<p dir="auto">The current installer script, has a hard coded reference to the latest node version: <a href="https://github.com/MichMich/MagicMirror/blob/v2-beta/installers/raspberry.sh#L21" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/blob/v2-beta/installers/raspberry.sh#L21</a></p>
<p dir="auto">This means that whenever a new Node version is released, the installer breaks until we update the version reference.</p>
<p dir="auto">If somebody knows a good way to solve this, feel free to send a pull request.</p>
<p dir="auto">And while you’re at it. It might be a good idea to only install Node when it’s not present or below a certain version (v5).</p>
]]></description><link>https://forum.magicmirror.builders/topic/41/help-needed-automatic-node-version-reference</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 09:43:10 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/41.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 May 2016 08:28:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help needed: Automatic Node Version Reference on Wed, 12 Jan 2022 10:37:39 GMT]]></title><description><![CDATA[<p dir="auto">The commands in nodenv are implemented in scripts. While, commands from nvm are implemented in functions, which means all the 4000+ line of code have to be parsed on shell startup and increases the shell init time dramatically. nodenv initializes much faster.</p>
]]></description><link>https://forum.magicmirror.builders/post/98427</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98427</guid><dc:creator><![CDATA[Demond]]></dc:creator><pubDate>Wed, 12 Jan 2022 10:37:39 GMT</pubDate></item><item><title><![CDATA[Reply to Help needed: Automatic Node Version Reference on Thu, 05 May 2016 17:10:57 GMT]]></title><description><![CDATA[<p dir="auto">I have an API on my website which retrieves the latest version directly from the NodeJS website.<br />
Feel free to use it: <a href="http://api.jordidepoortere.com/nodejs-latest/" target="_blank" rel="noopener noreferrer nofollow ugc">http://api.jordidepoortere.com/nodejs-latest/</a></p>
<p dir="auto">Example usage in the script:<br />
NODE_LATEST=$(curl -l <a href="http://api.jordidepoortere.com/nodejs-latest/" target="_blank" rel="noopener noreferrer nofollow ugc">http://api.jordidepoortere.com/nodejs-latest/</a>)</p>
]]></description><link>https://forum.magicmirror.builders/post/198</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/198</guid><dc:creator><![CDATA[jordi2830]]></dc:creator><pubDate>Thu, 05 May 2016 17:10:57 GMT</pubDate></item></channel></rss>