Update syntax in notes for 2021-12

This commit is contained in:
Alan Orth 2022-01-09 10:39:51 +02:00
parent 6770385f36
commit 0ed959e085
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ Found 2 error(s).
- For now I just ran all the system updates and rebooted the machine (linode20)
- Then I started a fresh harvest
- Now I cleared all images on my local machine and I get the same error when building the backend
- It seems to be related to `@elastic/elasticsearch-js`](https://github.com/elastic/elasticsearch-js), which our `package.json` pins with version `^7.13.0"
- It seems to be related to `@elastic/elasticsearch-js`](https://github.com/elastic/elasticsearch-js), which our `package.json` pins with version `^7.13.0`
- I see that AReS is currently using 7.15.0 in its `package-lock.json`, and 7.16.0 was released four days ago so perhaps it's that...
- Pinning `~7.15.0` allows nest to build fine...
- I made a pull request