<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/" 
	>
<channel>
	<title>
	Comments on: No gulpfile found error in SharePoint Framework (SPFx)	</title>
	<atom:link href="https://www.spguides.com/no-gulpfile-found-spfx/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spguides.com/no-gulpfile-found-spfx/</link>
	<description>Learn SharePoint, Power Platform, SPFx, etc, SharePoint training courses</description>
	<lastBuildDate>Wed, 19 Nov 2025 17:47:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>
		By: Ayana		</title>
		<link>https://www.spguides.com/no-gulpfile-found-spfx/#comment-1053</link>

		<dc:creator><![CDATA[Ayana]]></dc:creator>
		<pubDate>Fri, 17 Nov 2023 10:23:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.spguides.com/?p=25983#comment-1053</guid>

					<description><![CDATA[even after follow all these steps mentioned above getting no gulpfile found]]></description>
			<content:encoded><![CDATA[<p>even after follow all these steps mentioned above getting no gulpfile found</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pramod		</title>
		<link>https://www.spguides.com/no-gulpfile-found-spfx/#comment-348</link>

		<dc:creator><![CDATA[Pramod]]></dc:creator>
		<pubDate>Tue, 03 Aug 2021 15:18:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.spguides.com/?p=25983#comment-348</guid>

					<description><![CDATA[npm install touch-cli -g (Run if you never installed touch-cli in your system)

touch gulpfile.js (Then run this command)

var gulp = require(&#039;gulp&#039;);
gulp.task(&#039;default&#039;, function() {
    //Here is the code for the default task
});

--------Even after trying all the steps getting below error-------------


F:SPFxapp-extensions&#062;gulp trust-dev-cert
[20:42:26] Using gulpfile F:SPFxapp-extensionsgulpfile.js
[20:42:26] Task never defined: trust-dev-cert
[20:42:26] To list available tasks, try running: gulp --tasks

F:SPFxapp-extensions&#062;gulp serve
[20:42:59] Using gulpfile F:SPFxapp-extensionsgulpfile.js
[20:42:59] Task never defined: serve
[20:42:59] To list available tasks, try running: gulp --tasks

F:SPFxapp-extensions&#062;npm install --save-dev gulp
npm WARN saveError ENOENT: no such file or directory, open &#039;F:SPFxapp-extensionspackage.json&#039;
npm WARN enoent ENOENT: no such file or directory, open &#039;F:SPFxapp-extensionspackage.json&#039;
npm WARN app-extensions No description
npm WARN app-extensions No repository field.
npm WARN app-extensions No README data
npm WARN app-extensions No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modulesfsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {&quot;os&quot;:&quot;darwin&quot;,&quot;arch&quot;:&quot;any&quot;} (current: {&quot;os&quot;:&quot;win32&quot;,&quot;arch&quot;:&quot;x64&quot;})

+ gulp@4.0.2
updated 1 package and audited 503 packages in 4.078s]]></description>
			<content:encoded><![CDATA[<p>npm install touch-cli -g (Run if you never installed touch-cli in your system)</p>
<p>touch gulpfile.js (Then run this command)</p>
<p>var gulp = require(&#8216;gulp&#8217;);<br />
gulp.task(&#8216;default&#8217;, function() {<br />
    //Here is the code for the default task<br />
});</p>
<p>&#8212;&#8212;&#8211;Even after trying all the steps getting below error&#8212;&#8212;&#8212;&#8212;-</p>
<p>F:SPFxapp-extensions&gt;gulp trust-dev-cert<br />
[20:42:26] Using gulpfile F:SPFxapp-extensionsgulpfile.js<br />
[20:42:26] Task never defined: trust-dev-cert<br />
[20:42:26] To list available tasks, try running: gulp &#8211;tasks</p>
<p>F:SPFxapp-extensions&gt;gulp serve<br />
[20:42:59] Using gulpfile F:SPFxapp-extensionsgulpfile.js<br />
[20:42:59] Task never defined: serve<br />
[20:42:59] To list available tasks, try running: gulp &#8211;tasks</p>
<p>F:SPFxapp-extensions&gt;npm install &#8211;save-dev gulp<br />
npm WARN saveError ENOENT: no such file or directory, open &#8216;F:SPFxapp-extensionspackage.json&#8217;<br />
npm WARN enoent ENOENT: no such file or directory, open &#8216;F:SPFxapp-extensionspackage.json&#8217;<br />
npm WARN app-extensions No description<br />
npm WARN app-extensions No repository field.<br />
npm WARN app-extensions No README data<br />
npm WARN app-extensions No license field.<br />
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: <a href="mailto:fsevents@1.2.13">fsevents@1.2.13</a> (node_modulesfsevents):<br />
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for <a href="mailto:fsevents@1.2.13">fsevents@1.2.13</a>: wanted {&#8220;os&#8221;:&#8221;darwin&#8221;,&#8221;arch&#8221;:&#8221;any&#8221;} (current: {&#8220;os&#8221;:&#8221;win32&#8243;,&#8221;arch&#8221;:&#8221;x64&#8243;})</p>
<p>+ gulp@4.0.2<br />
updated 1 package and audited 503 packages in 4.078s</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
