<?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[Update started but not finished]]></title><description><![CDATA[<p dir="auto">Hello,<br />
after using the official command to update the mirror to the latest version…<br />
pi@raspberrypi:~/MagicMirror $ git pull &amp;&amp; npm install --only=prod --omit=dev</p>
<p dir="auto">… this error occurs before finishing the update:</p>
<p dir="auto">Update 30d5bfe5…9e029304<br />
error: Your local changes to the following files would be overwritten by the merge :<br />
package-lock.json<br />
package.json<br />
Please commit or re-save your changes before the merge.<br />
Abort<br />
pi@raspberrypi:~/MagicMirror $</p>
<p dir="auto">would you have an advice how to finish the install?<br />
Thank you in advance<br />
Cédric</p>
]]></description><link>https://forum.magicmirror.builders/topic/17250/update-started-but-not-finished</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 07:57:21 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17250.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Oct 2022 06:59:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Update started but not finished on Mon, 03 Oct 2022 11:55:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> great, thank you very much ! really appreciate your help!</p>
]]></description><link>https://forum.magicmirror.builders/post/104883</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104883</guid><dc:creator><![CDATA[com1cedric]]></dc:creator><pubDate>Mon, 03 Oct 2022 11:55:18 GMT</pubDate></item><item><title><![CDATA[Reply to Update started but not finished on Mon, 03 Oct 2022 11:24:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/com1cedric" aria-label="Profile: com1cedric">@<bdi>com1cedric</bdi></a> you can erase package-lock.json, it will be rebuilt</p>
<p dir="auto">what is the change to package.json?</p>
<p dir="auto">do</p>
<pre><code>git diff package.json
</code></pre>
<p dir="auto">we need the new one in the update</p>
<p dir="auto">move it out of the way</p>
<pre><code>mv package.json old_package.json
</code></pre>
<p dir="auto">then restart the update… using my script might be better</p>
<p dir="auto">see <a href="https://github.com/sdetweil/MagicMirror_scripts" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MagicMirror_scripts</a></p>
]]></description><link>https://forum.magicmirror.builders/post/104879</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104879</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 03 Oct 2022 11:24:29 GMT</pubDate></item></channel></rss>