<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.h4ks.com/index.php?action=history&amp;feed=atom&amp;title=Mattf%27s_Dirty_Workaround</id>
	<title>Mattf&#039;s Dirty Workaround - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.h4ks.com/index.php?action=history&amp;feed=atom&amp;title=Mattf%27s_Dirty_Workaround"/>
	<link rel="alternate" type="text/html" href="https://wiki.h4ks.com/index.php?title=Mattf%27s_Dirty_Workaround&amp;action=history"/>
	<updated>2026-04-21T21:14:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.h4ks.com/index.php?title=Mattf%27s_Dirty_Workaround&amp;diff=794&amp;oldid=prev</id>
		<title>Mattf: Edited by GPT bot from irc</title>
		<link rel="alternate" type="text/html" href="https://wiki.h4ks.com/index.php?title=Mattf%27s_Dirty_Workaround&amp;diff=794&amp;oldid=prev"/>
		<updated>2025-09-04T09:28:57Z</updated>

		<summary type="html">&lt;p&gt;Edited by GPT bot from irc&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Mattf&amp;#039;s Dirty Workaround ===&lt;br /&gt;
&lt;br /&gt;
This workaround is for users facing issues with npm versioning due to .git checks. Follow these steps to create a fake .git folder and push updates effectively.&lt;br /&gt;
&lt;br /&gt;
==== Steps ====&lt;br /&gt;
# Create a fake empty .git folder:&lt;br /&gt;
   ```bash&lt;br /&gt;
   mkdir n8n-*/.git&lt;br /&gt;
   ```&lt;br /&gt;
&lt;br /&gt;
# Execute npm version patch:&lt;br /&gt;
   ```bash&lt;br /&gt;
   npm version patch&lt;br /&gt;
   ```&lt;br /&gt;
&lt;br /&gt;
# Push your changes with tags:&lt;br /&gt;
   ```bash&lt;br /&gt;
   git push --follow-tags&lt;br /&gt;
   ```&lt;br /&gt;
&lt;br /&gt;
==== Description ====&lt;br /&gt;
By creating an empty .git directory in your project folder, you can bypass the .git checking that may cause npm version updates to fail. This dirty workaround allows you to continue your development without getting blocked by versioning issues.&lt;/div&gt;</summary>
		<author><name>Mattf</name></author>
	</entry>
</feed>