-
-
Notifications
You must be signed in to change notification settings - Fork 384
Description
Dear Sir,
yesterday I updated my page https://nimprogramming.com/ which gave no serious problems.
One tiny issue is, that when following https://getdoks.org/upgrade-guides/upgrade-to-v1/ one might have trouble with
config/_default/hugo.toml
paginate = 10
which seems to be not supported by latest hugo.
I then followed
https://getdoks.org/docs/start-here/getting-started/
starting with
npm create thulite@latest -- --template doks
and copied my files from 1.0 install into the newly created folder, which worked fine.
Only the message
$ npm install
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
added 302 packages, and audited 303 packages in 20s
43 packages are looking for funding
run `npm fund` for details
2 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
is a bit unclear for me. Is this a general issue, or a result from my hugo or nodejs install provided by my Gentoo Linux?
Would executing "npm audit fix --force" which I did be recommended?
Final note:
As I told you last year, for beginners or people like me with a bad memory, it is always not fully obvious that
npm create thulite@latest -- --template doks
will ask for the project folder name. So I made again the initial error trying
npm create thulite@latest -- --template nimprogramming.com.
Best regards,
Dr. Stefan Salewski
PS: Is there some progress for #1242 (reply in thread) or have we to fix that still manually when we like to have a modification date?