看到有的博客推荐CTeX,但CTeX已经没有维护了,所以这里还是推荐官方的TeX Live 官网:TeX Live官网
1、下载TeX Live
这里我直接去国内的镜像站点下载了 中科大镜像 点击下图箭头所示下载iso文件
2、双击打开下载好的iso文件,在…
A collection of common interactive command line user interfaces.
文档:
https://www.npmjs.com/package/inquirerhttps://github.com/SBoudrias/Inquirer.js
安装
npm i inquirer代码示例
import inquirer from "inquirer";(async () > {let …
inquirer是nodejs命令行交互工具,今天在引入的时候报了个错
错误如下:Must use import to load ES Module: D:\project\nodejs\node_modules\inquirer\lib\inquirer.js require() of ES modules is not supported. require() of D:\project\nodejs\node…
inquirer.js In this article I want to talk about a CLI tool that I really enjoy using, and hopefully someone learns something along the way. 在本文中,我想谈一谈我非常喜欢使用的CLI工具,并希望有人在学习过程中学到一些东西。 让我们从头开…