30551N@r
30551N@r
> 我也是啊 > > ``` > node-pre-gyp http GET https://github.com/yanyiwu/nodejieba/releases/download/2.4.1/nodejieba-v2.4.1-node-v64-win32-x64.tar.gz > node-pre-gyp http 404 https://github.com/yanyiwu/nodejieba/releases/download/2.4.1/nodejieba-v2.4.1-node-v64-win32-x64.tar.gz > node-pre-gyp WARN Tried to download(404): https://github.com/yanyiwu/nodejieba/releases/download/2.4.1/nodejieba-v2.4.1-node-v64-win32-x64.tar.gz > ``` node-pre-gyp WARN Tried to download(404): https://github.com/yanyiwu/nodejieba/releases/download/2.4.1/nodejieba-v2.4.1-node-v72-win32-x64.tar.gz...
> > 我也是啊 > > ``` > > node-pre-gyp http GET https://github.com/yanyiwu/nodejieba/releases/download/2.4.1/nodejieba-v2.4.1-node-v64-win32-x64.tar.gz > > node-pre-gyp http 404 https://github.com/yanyiwu/nodejieba/releases/download/2.4.1/nodejieba-v2.4.1-node-v64-win32-x64.tar.gz > > node-pre-gyp WARN Tried to download(404): https://github.com/yanyiwu/nodejieba/releases/download/2.4.1/nodejieba-v2.4.1-node-v64-win32-x64.tar.gz > > ``` >...
重启机子呗
HTML Editor - LDDGO.NET 你已经安装了turndown和moment库。 你已经将targetFolderPath变量设置为包含HTML文件的目录的正确路径。 npm install turndown moment --save 下面是代码,支持直接html文件批量生成md文件,调用的库是turndown 和 moment 库 (moment 库用来解析html的正则和替换) const fs = require('fs'); const path = require('path'); const TurndownService = require('turndown'); const...