<?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 with troubleshooting MM start]]></title><description><![CDATA[<p dir="auto">Bear with me, I built mine a year ago and am just now running into some problems and am trying to relearn everything…</p>
<p dir="auto">Had an issue with a module, tried updating everything. Somehow I screwed it up to where it said the node_modules/electron needed to be deleted and reinstalled.</p>
<p dir="auto">Deleted it and ran npm install (I read that would reinstall the electron node_module). Here I got errors where I needed to rename folders within the node_modules. Seemingly I’m stuck where I try and rename these folders to match what the terminal says, but it gives me an error that it already exists. Here is where I gave up.</p>
<p dir="auto">Does anything with experience with this have suggestions on where to go from here? I am half-tempted to uninstall MagicMirror and just go from scratch again. (I don’t even know how to uninstall it)</p>
]]></description><link>https://forum.magicmirror.builders/topic/17873/help-with-troubleshooting-mm-start</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 04:38:02 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17873.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 30 Jun 2023 22:30:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help with troubleshooting MM start on Fri, 30 Jun 2023 23:04:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greaser01" aria-label="Profile: greaser01">@<bdi>greaser01</bdi></a> do this</p>
<pre><code>cd ~/MagicMirror
rm -rf node_modules
rm package-lock.json
npm install --omit=dev 
</code></pre>
<p dir="auto">that will reinstall MagicMirror runtime<br />
on anything other than Windows</p>
<p dir="auto">no module folders or config affected</p>
]]></description><link>https://forum.magicmirror.builders/post/109998</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109998</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 30 Jun 2023 23:04:26 GMT</pubDate></item></channel></rss>