<?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[Getting an error on update]]></title><description><![CDATA[<p dir="auto">I enter</p>
<p dir="auto">git pull &amp;&amp; npm install</p>
<p dir="auto">I am seeing this error:</p>
<p dir="auto">error: Your local changes to the following files would be overwritten by merge:<br />
package-lock.json<br />
package.jso<br />
Please commit your changes or stash them before you merge.</p>
<p dir="auto">I am a noob with git. What should I do to complete the update?</p>
]]></description><link>https://forum.magicmirror.builders/topic/10703/getting-an-error-on-update</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 14:33:55 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10703.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Jul 2019 15:29:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Getting an error on update on Tue, 02 Jul 2019 17:42:29 GMT]]></title><description><![CDATA[<p dir="auto">I just removed those files out of MagicMirror by adding them to the desktop and ran the commands with no issue as well.</p>
]]></description><link>https://forum.magicmirror.builders/post/58440</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/58440</guid><dc:creator><![CDATA[swvalenti]]></dc:creator><pubDate>Tue, 02 Jul 2019 17:42:29 GMT</pubDate></item><item><title><![CDATA[Reply to Getting an error on update on Tue, 02 Jul 2019 16:20:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mumblebaj" aria-label="Profile: mumblebaj">@<bdi>mumblebaj</bdi></a>  Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/58437</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/58437</guid><dc:creator><![CDATA[CliffordW]]></dc:creator><pubDate>Tue, 02 Jul 2019 16:20:56 GMT</pubDate></item><item><title><![CDATA[Reply to Getting an error on update on Tue, 02 Jul 2019 15:35:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cliffordw" aria-label="Profile: CliffordW">@<bdi>CliffordW</bdi></a> From within the MagicMirror folder do the following:</p>
<pre><code>git reset --hard
</code></pre>
<p dir="auto">Then do</p>
<pre><code>git pull &amp;&amp; npm install
</code></pre>
<p dir="auto">That should solve your problem</p>
]]></description><link>https://forum.magicmirror.builders/post/58435</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/58435</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Tue, 02 Jul 2019 15:35:56 GMT</pubDate></item></channel></rss>