<?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[שגיאת Uncaught ReferenceError]]></title><description><![CDATA[<p dir="auto">השתבש לי משהו בפרוייקט Angular  שקשור כנראה לתלויות.<br />
השגיאה בקונסול היא:</p>
<pre><code>node_modules\@popperjs\core\dist\cjs\popper.js:7 Uncaught ReferenceError: exports is not defined
    at node_modules\@popperjs\core\dist\cjs\popper.js:7:1
(anonymous) @ node_modules\@popperjs\core\dist\cjs\popper.js:7
core.mjs:25859 Angular is running in development mode. Call enableProdMode() to enable production mode.
Login:1 [DOM] Password field is not contained in a form: (More info: https://goo.gl/9p2vKq) &lt;input _ngcontent-jpb-c102 type=​"password" id=​"inputPassword" class=​"form-control ng-valid ng-dirty ng-touched" ng-reflect-model=​"3333"&gt;​
index.js:551 [webpack-dev-server] Live Reloading enabled.
core.mjs:6412 ERROR RangeError: Maximum call stack size exceeded
    at HTMLDivElement.toString (&lt;anonymous&gt;)
    at Object.toString (zone.js:1588:39)
    at getWindow (node_modules\@popperjs\core\dist\cjs\popper.js:14:1)
    at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
    at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
    at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
    at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
    at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
    at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
    at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
handleError @ core.mjs:6412
handleError @ core.mjs:13236
executeListenerWithErrorHandling @ core.mjs:15653
wrapListenerIn_markDirtyAndPreventDefault @ core.mjs:15685
next @ Subscriber.js:91
_next @ Subscriber.js:60
next @ Subscriber.js:31
(anonymous) @ Subject.js:34
errorContext @ errorContext.js:19
next @ Subject.js:27
emit @ core.mjs:23137
(anonymous) @ primeng-toast.mjs:24
timer @ zone.js:2405
invokeTask @ zone.js:406
runTask @ zone.js:178
invokeTask @ zone.js:487
ZoneTask.invoke @ zone.js:476
data.args.&lt;computed&gt; @ zone.js:2385
DevTools failed to load source map: Could not load content for chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/browser-polyfill.js.map: System error: net::ERR_FILE_NOT_FOUND
DevTools failed to load source map: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/browser-polyfill.js.map: System error: net::ERR_FILE_NOT_FOUND
</code></pre>
<p dir="auto">ניסיתי ב-angular.json  את הקומבינציות הבאות אבל השגיאה עדין מופיעה<br />
1</p>
<pre><code>"scripts": [
 "node_modules/jquery/dist/jquery.min.js",  
 "node_modules/bootstrap/dist/js/bootstrap.js",
"node_modules/popper.js/dist/esm/popper.js",
"node_modules/popper.js/dist/umd/popper.js"
                        ]
</code></pre>
<p dir="auto">2</p>
<pre><code>"scripts": [
   "node_modules/jquery/dist/jquery.min.js",
  "node_modules/bootstrap/dist/js/bootstrap.js"                           
  ]
</code></pre>
<p dir="auto">בהמשך יש עוד שגיאה שגם היא נובעת מבעיה בספריה בשם popper.<br />
מה אפשר לעשות?</p>
<p dir="auto">תודה חברים</p>
]]></description><link>https://tchumim.com/topic/14433/שגיאת-uncaught-referenceerror</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 10:19:00 GMT</lastBuildDate><atom:link href="https://tchumim.com/topic/14433.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Jan 2023 19:58:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to שגיאת Uncaught ReferenceError on Mon, 02 Jan 2023 21:46:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yyy">@<bdi>yyy</bdi></a><br />
חסדי ה' כי לא תמנו.</p>
<pre><code>npm install "@popperjs/core"

</code></pre>
<p dir="auto">ואז</p>
<pre><code>npm audit fix
</code></pre>
]]></description><link>https://tchumim.com/post/148270</link><guid isPermaLink="true">https://tchumim.com/post/148270</guid><dc:creator><![CDATA[yyy]]></dc:creator><pubDate>Mon, 02 Jan 2023 21:46:37 GMT</pubDate></item></channel></rss>