06 2022 档案
摘要:const isInstalled = packageName => { if (process.versions.pnp) { return true; } const path = require("path"); const fs = require("graceful-fs"); let d
阅读全文
摘要:nrm是npm的镜像源管理工具 nrm list 查看当前已添加的镜像源列表 * 代表目前正在使用的镜像源 nrm current 查看当前使用的镜像源 * 不显示, current显示不出信息的,参考 https://www.cnblogs.com/xiaoxiaopao/p/16331277.h
阅读全文