Add notes for 2022-01-09

This commit is contained in:
2022-01-12 19:55:47 +02:00
parent 0ed959e085
commit 69f733f2be
29 changed files with 120 additions and 36 deletions

View File

@ -22,7 +22,7 @@ Total number of bot hits purged: 3679
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2021-12/" />
<meta property="article:published_time" content="2021-12-01T16:07:07+02:00" />
<meta property="article:modified_time" content="2021-12-29T16:29:37+02:00" />
<meta property="article:modified_time" content="2022-01-09T10:39:51+02:00" />
@ -52,7 +52,7 @@ Total number of bot hits purged: 3679
"url": "https://alanorth.github.io/cgspace-notes/2021-12/",
"wordCount": "2686",
"datePublished": "2021-12-01T16:07:07+02:00",
"dateModified": "2021-12-29T16:29:37+02:00",
"dateModified": "2022-01-09T10:39:51+02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -381,7 +381,7 @@ node_modules/@elastic/elasticsearch/api/types.d.ts:3209:13 - error TS2456: Type
</li>
<li>Now I cleared all images on my local machine and I get the same error when building the backend
<ul>
<li>It seems to be related to <code>@elastic/elasticsearch-js</code>](<a href="https://github.com/elastic/elasticsearch-js)">https://github.com/elastic/elasticsearch-js)</a>, which our <code>package.json</code> pins with version `^7.13.0&quot;</li>
<li>It seems to be related to <code>@elastic/elasticsearch-js</code>](<a href="https://github.com/elastic/elasticsearch-js)">https://github.com/elastic/elasticsearch-js)</a>, which our <code>package.json</code> pins with version <code>^7.13.0</code></li>
<li>I see that AReS is currently using 7.15.0 in its <code>package-lock.json</code>, and 7.16.0 was released four days ago so perhaps it&rsquo;s that&hellip;</li>
<li>Pinning <code>~7.15.0</code> allows nest to build fine&hellip;</li>
<li>I made a pull request</li>