mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2022-01-09
This commit is contained in:
@ -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"</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’s that…</li>
|
||||
<li>Pinning <code>~7.15.0</code> allows nest to build fine…</li>
|
||||
<li>I made a pull request</li>
|
||||
|
Reference in New Issue
Block a user