<?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[Beginner developer query - possible dependency issue]]></title><description><![CDATA[<p dir="auto">I've followed the instructions on the documentation to fork the template github repo and clone it to my local device.<br />
I have installed npm, node.js, and the latest version of leaflet.</p>
<p dir="auto">When I run the command "npm start" in my local repo fork dir, I have been getting the following error repeatedly, and I can't find a solution online. I'd imagine I might be be missing something as I am a beginner with Git and JS? Or is this an issue with the repo?</p>
<p dir="auto"><img src="/assets/uploads/files/1735403585374-a35ace66-3620-4335-a88c-7fb6fe8931a0-image.png" alt="a35ace66-3620-4335-a88c-7fb6fe8931a0-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Can anybody help with this basic query? It would be much appreciated!</p>
]]></description><link>https://community.windy.com/topic/38153/beginner-developer-query-possible-dependency-issue</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 06:32:51 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/38153.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 28 Dec 2024 16:33:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Beginner developer query - possible dependency issue on Thu, 13 Mar 2025 10:30:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lostsummer" aria-label="Profile: LostSummer">@<bdi>LostSummer</bdi></a>  What issue specifically?</p>
<p dir="auto">This one?</p>
<pre><code> ERROR  failed to read input source map: failed to find input source map file "pluginConfig.js.map" in.....
</code></pre>
]]></description><link>https://community.windy.com/post/208682</link><guid isPermaLink="true">https://community.windy.com/post/208682</guid><dc:creator><![CDATA[rittels]]></dc:creator><pubDate>Thu, 13 Mar 2025 10:30:01 GMT</pubDate></item><item><title><![CDATA[Reply to Beginner developer query - possible dependency issue on Mon, 10 Mar 2025 08:47:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rittels" aria-label="Profile: rittels">@<bdi>rittels</bdi></a></p>
<p dir="auto">Hello I've run into the same issue, but even following solution provided in the link above, I can't have my problem resolved.</p>
<p dir="auto">Here is what I have tried:<br />
I tried to run the server on both Windows and Linux (Ubuntu 20.04), but failed in both, so does it mean I must run the example on WSL2?</p>
<p dir="auto">I also tried to add cross-env and update the pathOfTheFile in node_modules, as you mentioned. However, the line I met was</p>
<pre><code>const pathOfTheFile = facadeModuleId.replace(/[\\/][^\\/]*$/, '')
</code></pre>
<p dir="auto">and I am not quite sure what to do with this line. I tried to copy what you've written, but the problme is not gone.</p>
]]></description><link>https://community.windy.com/post/208520</link><guid isPermaLink="true">https://community.windy.com/post/208520</guid><dc:creator><![CDATA[LostSummer]]></dc:creator><pubDate>Mon, 10 Mar 2025 08:47:38 GMT</pubDate></item><item><title><![CDATA[Reply to Beginner developer query - possible dependency issue on Wed, 01 Jan 2025 18:38:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rittels" aria-label="Profile: rittels">@<bdi>rittels</bdi></a> perfect. thank you very much for pointing that one out</p>
]]></description><link>https://community.windy.com/post/205435</link><guid isPermaLink="true">https://community.windy.com/post/205435</guid><dc:creator><![CDATA[rshaw13]]></dc:creator><pubDate>Wed, 01 Jan 2025 18:38:23 GMT</pubDate></item><item><title><![CDATA[Reply to Beginner developer query - possible dependency issue on Wed, 01 Jan 2025 16:59:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rshaw13" aria-label="Profile: rshaw13">@<bdi>rshaw13</bdi></a></p>
<p dir="auto">Just ignore the ERROR in red,  it will still occur,  and does not matter.   The problem is that the windy compiler cannot find the pluginConfig.ts file,  on the windows platform.</p>
]]></description><link>https://community.windy.com/post/205408</link><guid isPermaLink="true">https://community.windy.com/post/205408</guid><dc:creator><![CDATA[rittels]]></dc:creator><pubDate>Wed, 01 Jan 2025 16:59:02 GMT</pubDate></item><item><title><![CDATA[Reply to Beginner developer query - possible dependency issue on Wed, 01 Jan 2025 16:53:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rshaw13" aria-label="Profile: rshaw13">@<bdi>rshaw13</bdi></a></p>
<p dir="auto">You can make it work in windows,  check out this thread:</p>
<p dir="auto"><a href="https://community.windy.com/post/190678">https://community.windy.com/post/190678</a></p>
]]></description><link>https://community.windy.com/post/205407</link><guid isPermaLink="true">https://community.windy.com/post/205407</guid><dc:creator><![CDATA[rittels]]></dc:creator><pubDate>Wed, 01 Jan 2025 16:53:44 GMT</pubDate></item><item><title><![CDATA[Reply to Beginner developer query - possible dependency issue on Wed, 01 Jan 2025 16:50:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rshaw13" aria-label="Profile: rshaw13">@<bdi>rshaw13</bdi></a><br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/ivo" aria-label="Profile: Ivo">@<bdi>Ivo</bdi></a></p>
<p dir="auto">The plugins are not supported on the windows platform,  but works well on WSL2  (windows subsystem for linux)   (Which I use).</p>
]]></description><link>https://community.windy.com/post/205406</link><guid isPermaLink="true">https://community.windy.com/post/205406</guid><dc:creator><![CDATA[rittels]]></dc:creator><pubDate>Wed, 01 Jan 2025 16:50:30 GMT</pubDate></item><item><title><![CDATA[Reply to Beginner developer query - possible dependency issue on Wed, 01 Jan 2025 13:08:49 GMT]]></title><description><![CDATA[<p dir="auto">i am now wondering if the version of node.js i am using is relevant - i have node 23.5.0 and npm 11.0 installed.</p>
<p dir="auto"><a href="https://community.windy.com/topic/37156/error-trying-to-run-template-plugin">https://community.windy.com/topic/37156/error-trying-to-run-template-plugin</a></p>
<p dir="auto">this thread suggests using node.js 18</p>
]]></description><link>https://community.windy.com/post/205405</link><guid isPermaLink="true">https://community.windy.com/post/205405</guid><dc:creator><![CDATA[rshaw13]]></dc:creator><pubDate>Wed, 01 Jan 2025 13:08:49 GMT</pubDate></item></channel></rss>