<?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[Après wp2hugo, je teste wordpress-export-to-markdown]]></title><description><![CDATA[<p dir="auto">Le blog :</p>
<p dir="auto"><a href="https://kevquirk.com/blog/how-to-convert-wordpress-to-markdown" rel="nofollow ugc">https://kevquirk.com/blog/how-to-convert-wordpress-to-markdown</a> :</p>
<p dir="auto">Cela commence ma :</p>
<pre><code># npm install
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: wordpress-export-to-markdown@3.0.4
npm ERR! notsup Not compatible with your version of node/npm: wordpress-export-to-markdown@3.0.4
npm ERR! notsup Required: {"node":"&gt;= 20.5.0"}
npm ERR! notsup Actual:   {"npm":"9.2.0"}

# node --version
v18.20.4
# npm -version
9.2.0
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/topic/139/après-wp2hugo-je-teste-wordpress-export-to-markdown</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 12:52:58 GMT</lastBuildDate><atom:link href="https://lemmy.cyber-neurones.org/topic/139.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Sep 2025 16:59:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Après wp2hugo, je teste wordpress-export-to-markdown on Wed, 24 Sep 2025 17:12:22 GMT]]></title><description><![CDATA[<p dir="auto">Miracle cela fonctionne :</p>
<pre><code># node app.js 

Starting wizard...
✓ Path to WordPress export file? /root/import/cyberneurones.WordPress.2025-09-22-3.xml
✓ Put each post into its own folder? Yes
✓ Add date prefix to posts? Yes
✓ Organize posts into date folders? Year and month folders
✓ Save images? All Images

Parsing...

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/323</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/323</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Wed, 24 Sep 2025 17:12:22 GMT</pubDate></item><item><title><![CDATA[Reply to Après wp2hugo, je teste wordpress-export-to-markdown on Wed, 24 Sep 2025 17:06:15 GMT]]></title><description><![CDATA[<p dir="auto">Jamais deux sans trois …</p>
<pre><code># npm audit fix
...
# npm install

up to date, audited 67 packages in 2s

13 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
# npm fund
wordpress-export-to-markdown@3.0.4
├── https://github.com/chalk/chalk?sponsor=1
│   └── chalk@5.4.1
├── https://github.com/sponsors/sindresorhus
│   └── ansi-escapes@4.3.2, type-fest@0.21.3, yoctocolors-cjs@2.1.2
├── https://github.com/sponsors/isaacs
│   └── signal-exit@4.1.0
├── https://github.com/chalk/ansi-styles?sponsor=1
│   └── ansi-styles@4.3.0
├── https://opencollective.com/express
│   └── iconv-lite@0.7.0
├── https://github.com/sponsors/RubenVerborgh
│   └── follow-redirects@1.15.9
└── https://github.com/sponsors/ljharb
    └── get-intrinsic@1.3.0, function-bind@1.1.2, gopd@1.2.0, has-symbols@1.1.0, has-tostringtag@1.0.2

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/322</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/322</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Wed, 24 Sep 2025 17:06:15 GMT</pubDate></item><item><title><![CDATA[Reply to Après wp2hugo, je teste wordpress-export-to-markdown on Wed, 24 Sep 2025 17:03:53 GMT]]></title><description><![CDATA[<p dir="auto">Tentative n°2 :</p>
<pre><code># curl -sL https://deb.nodesource.com/setup_20.x | bash
2025-09-24 19:00:45 - Installing pre-requisites
...
# apt-get install nodejs -y
...
# node --version
v20.19.5

</code></pre>
<p dir="auto">je peux donc faire une nouvelle tentatives :</p>
<pre><code># npm install

added 67 packages, and audited 68 packages in 3s

12 packages are looking for funding
  run `npm fund` for details

5 vulnerabilities (3 low, 1 high, 1 critical)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/321</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/321</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Wed, 24 Sep 2025 17:03:53 GMT</pubDate></item></channel></rss>