<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="342872" data-post-id="342872">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="SunPoke04" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/SunPoke04/120/25138_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  SunPoke04
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I don’t use docker also installing docker for a programming language is just weird.</p>
<p>The output is like <a class="mention" href="/u/eiji" rel="nofollow">@Eiji</a> showed, it compiles normally until telemetry.<br>
<a href="https://prnt.sc/bqINzegU1JV-" rel="noopener nofollow ugc">Output</a>: That’s like, the best I can do to show it, I can’t post images here.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="342872" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/not-being-able-to-compile-telemetry-dependency/66730/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-342872" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="342872"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="342875" data-post-id="342875">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="filmor" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/filmor/120/6315_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  filmor
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Try running it with the environment <code>DEBUG=1</code> and/or <code>MIX_DEBUG=1</code>.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="342875" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/not-being-able-to-compile-telemetry-dependency/66730/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-342875" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="342875"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #12"></div>
  </section>
</div>
    <div class="postbit" id="342879" data-post-id="342879">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="D4no0" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/D4no0/120/33624_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  D4no0
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>The first potential issue I spotted is your usage of OTP-27 and elixir compiled with OTP-25, this can be a potential version mismatch.</p>
<p>The next thing to check is <code>phx.new</code> version, I would strongly recommend to to upgrade to the latest generator version and generate a new phoenix project, you can do that by running:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">mix local.hex

# Press yes when it asks to override previous verion
mix archive.install hex phx_new
</code></pre>
<p>If that still yields no success, then you are most probably missing one of the OTP core libraries. How you are installing your OTP? If you are using kerl, asdf or alternatives you will compile OTP from source, but you will need to have the prerequisite compilation libraries in place to do be able to build OTP.</p>
<p>You should have a similar output if you are compiling from source:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">Building Erlang/OTP 25.3 (asdf_25.3), please wait...
WARNING: It appears that a required development package 'libssl-dev' is not installed.
WARNING: It appears that a required development package 'libncurses5-dev' is not installed.
APPLICATIONS DISABLED (See: /home/lucas/.asdf/plugins/erlang/kerl-home/builds/asdf_25.3/otp_build_25.3.log)
 * crypto         : No usable OpenSSL found
 * jinterface     : No Java compiler found
 * odbc           : ODBC library - link check failed
 * ssh            : No usable OpenSSL found
 * ssl            : No usable OpenSSL found
</code></pre>
<p>The only apps that you don’t really care being disabled are: <code>wx</code>, <code>odbc</code>, <code>jinterface</code>. If you have <code>crypto</code> listed there, you will be unable to launch a phoenix app, so check out for that too.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="342879" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/not-being-able-to-compile-telemetry-dependency/66730/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-342879" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="342879"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #13"></div>
  </section>
</div>
    <div class="postbit" id="342883" data-post-id="342883">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Eiji" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Eiji/120/36743_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Eiji
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Oh, that looks interesting …</p>
<blockquote>
<p>O sistema não pode encontrar o caminho especificado</p>
</blockquote>
<p>Here is a translated version:</p>
<blockquote>
<p>The system cannot find the specified path</p>
</blockquote>
<p>I would start investigating from here with <code>DEBUG</code> and <code>MIX_DEBUG</code> as previously suggested.</p>
<hr>
<p>The next thing that catched my eye is last line before red message:</p>
<blockquote>
<p>==&gt; zaworld</p>
</blockquote>
<p>which most likely is a name of author application. It would not be anything special if there would be no other dependencies left to compile (see my previous message how much it have skipped). Even if there is an environment issue the target application should be compiled last</p>
<p>Just to be sure I have tried to generate 2 apps called <code>a</code> and <code>b</code>. Firstly I have edited <code>b/mix.exs</code> by adding <code>a</code> dependency <code>{:a, "~&gt; 0.1", path: "../a"}</code>. Secondly I put <code>IO.inspectt(:hello_world)</code> at the end of <code>a/lib/a.ex</code> file. Finally I have tried to compile <code>b</code> app and as expected there was no <code>==&gt; b</code>, see:</p>
<pre><code class="lang-plaintext">$ mix compile
==&gt; a
Compiling 1 file (.ex)

== Compilation error in file lib/a.ex ==
** (UndefinedFunctionError) function IO.inspectt/1 is undefined or private. Did you mean:

      * inspect/1
      * inspect/2
      * inspect/3

    (elixir 1.17.3) IO.inspectt(:hello_world)
    lib/a.ex:20: (file)
    (elixir 1.17.3) lib/kernel/parallel_compiler.ex:429: anonymous fn/5 in Kernel.ParallelCompiler.spawn_workers/8
could not compile dependency :a, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile a --force", update it with "mix deps.update a" or clean it with "mix deps.clean a"
</code></pre>
<p>So the author have a very strange edge-case where:</p>
<ol>
<li>Many dependencies were skipped for some reason</li>
<li>At least message about compilation of main app come way too soon</li>
<li>The <code>could not compile dependency …</code> message happen after going to next step (after telemetry-related output, after skipping dependencies and after at least compilation start message of main app)</li>
</ol>
<p><a class="mention" href="/u/josevalim" rel="nofollow">@josevalim</a> Could it be a separate compiler/mix issue or maybe I have missed something?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="342883" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/not-being-able-to-compile-telemetry-dependency/66730/15">Post #14</a>
	                </div>
	            </div>
              <div id="likers-container-342883" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="342883"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #14"></div>
  </section>
</div>
    <div class="postbit" id="342910" data-post-id="342910">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="SunPoke04" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/SunPoke04/120/25138_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  SunPoke04
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>The “cannot find path” “error” is normal here and it happens with other application, it’s a shell/terminal problem, not an elixir problem (It happens when I open my editor, for example).</p>
<p><code>zaworld</code> is the application name, like, the application it’s trying to build. Not any external one.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="342910" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/not-being-able-to-compile-telemetry-dependency/66730/16">Post #15</a>
	                </div>
	            </div>
              <div id="likers-container-342910" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="342910"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #15"></div>
  </section>
</div>
    <div class="postbit" id="342918" data-post-id="342918">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dimitarvp" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/120/38664_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dimitarvp
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="SunPoke04" data-post="16" data-topic="66730">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sunpoke04/48/25138_2.png" class="avatar"> SunPoke04:</div>
<blockquote>
<p>The “cannot find path” “error” is normal here and it happens with other application, it’s a shell/terminal problem, not an elixir problem (It happens when I open my editor, for example).</p>
</blockquote>
</aside>
<p>How is that normal? Maybe it’s a persistent problem that you simply have not solved yet. Have you tracked it down to its source?</p>
<p>Finally, in order to arrive at a resolution, can you produce a small Git repo that demonstrates the problem?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="342918" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/not-being-able-to-compile-telemetry-dependency/66730/17">Post #16</a>
	                </div>
	            </div>
              <div id="likers-container-342918" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="342918"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #16"></div>
  </section>
</div>
    <div class="postbit" id="342919" data-post-id="342919">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Eiji" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Eiji/120/36743_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Eiji
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="dimitarvp" data-post="17" data-topic="66730">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/48/38664_2.png" class="avatar"> dimitarvp:</div>
<blockquote>
<p>How is that normal? Maybe it’s a persistent problem that you simply have not solved yet. Have you tracked it down to its source?</p>
</blockquote>
</aside>
<p><img src="https://forum.elixirforum.com/images/emoji/apple/+1.png?v=15" title=":+1:" class="emoji only-emoji" alt=":+1:" loading="lazy" width="20" height="20"></p>
<aside class="quote no-group" data-username="dimitarvp" data-post="17" data-topic="66730">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/48/38664_2.png" class="avatar"> dimitarvp:</div>
<blockquote>
<p>Finally, in order to arrive at a resolution, can you produce a small Git repo that demonstrates the problem?</p>
</blockquote>
</aside>
<p>In first post:</p>
<aside class="quote no-group" data-username="SunPoke04" data-post="1" data-topic="66730">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sunpoke04/48/25138_2.png" class="avatar"> SunPoke04:</div>
<blockquote>
<p>Hello, I’ve just created a simple Phoenix app with <code>mix phx.new</code>, then tried to run <code>mix phx.server</code>.</p>
</blockquote>
</aside>
<p>The command was most probably just:</p>
<blockquote>
<p>mix phx.new zaworld</p>
</blockquote> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="342919" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/not-being-able-to-compile-telemetry-dependency/66730/18">Post #17</a>
	                </div>
	            </div>
              <div id="likers-container-342919" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="342919"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #17"></div>
  </section>
</div>
    <div class="postbit" id="342920" data-post-id="342920">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dimitarvp" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/120/38664_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dimitarvp
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group quote-modified" data-username="Eiji" data-post="18" data-topic="66730">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/eiji/48/36743_2.png" class="avatar"> Eiji:</div>
<blockquote>
<p>The command was most probably just:</p>
<blockquote>
<p>mix phx.new zaworld</p>
</blockquote>
</blockquote>
</aside>
<p>Yes, but there are other elements in the equation like the version of the <code>phx_new</code> generator, and we don’t know for sure if OP didn’t give any other options on the CLI.</p>
<p>I am asking because I just generated a new project and had no problem. But as <a class="mention" href="/u/d4no0" rel="nofollow">@D4no0</a> pointed out, Elixir is 1.17.3 but compiled for Erlang 25, whereas the currently used Erlang on OP’s system is 27. That’s likely the actual problem. (I use Elixir 1.17.3 compiled for Erlang 27, plus I use Erlang 27.)</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="342920" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/not-being-able-to-compile-telemetry-dependency/66730/19">Post #18</a>
	                </div>
	            </div>
              <div id="likers-container-342920" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="342920"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #18"></div>
  </section>
</div>
    <div class="postbit" id="342922" data-post-id="342922">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Eiji" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Eiji/120/36743_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Eiji
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="dimitarvp" data-post="19" data-topic="66730">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/48/38664_2.png" class="avatar"> dimitarvp:</div>
<blockquote>
<p>But as <a class="mention" href="/u/d4no0" rel="nofollow">@D4no0</a> pointed out, Elixir is 1.17.3 but compiled for Erlang 25, whereas the currently used Erlang on OP’s system is 27. That’s likely the actual problem. (I use Elixir 1.17.3 compiled for Erlang 27, plus I use Erlang 27.)</p>
</blockquote>
</aside>
<p>Just tested it. Using <code>asdf</code> I have compiled <code>Erlang</code> first 25.x stable release (<code>25.0</code>) and recompiled <code>Elixir</code> (<code>ref:v1.17.3</code>). Then I have switched back to <code>Erlang</code> latest stable version (<code>27.1.1</code>), generated new <code>phoenix</code> app and compiled dependencies. The output was clear and everything went without any issue.</p>
<p>For sure I’m not using <code>Windows</code>, but it’s not about old <code>Erlang</code> version always failing to build <code>telemetry</code> in every environment.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="342922" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/not-being-able-to-compile-telemetry-dependency/66730/20">Post #19</a>
	                </div>
	            </div>
              <div id="likers-container-342922" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="342922"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #19"></div>
  </section>
</div>
    <div class="postbit" id="342924" data-post-id="342924">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dimitarvp" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/120/38664_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dimitarvp
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Yikes. Then it’s either Windows-specific or this “cannot find path” error that OP is brushing off as non-important, is actually important.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="342924" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/not-being-able-to-compile-telemetry-dependency/66730/21">Post #20</a>
	                </div>
	            </div>
              <div id="likers-container-342924" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="342924"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #20"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/66730/load_more?page=3">Load more posts (22 remaining)</a>
</div></template></turbo-stream>