摘要: 了不起的 tsconfig.json 指南 - 王平安 - 博客园 (cnblogs.com){ "compilerOptions": { /* Basic Options */ "target": "es5" /* target用于指定编译之后的版本目标: 'ES3' (default), 'ES 阅读全文
posted @ 2021-07-08 15:24 磊~~ 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 1、查看 npm list -g --depth 0 // 若需要权限 请加上 sudo 命令 2、更新 npm update -g xxx 3、删除 npm uninstall -g xxx 阅读全文
posted @ 2021-07-08 14:42 磊~~ 阅读(454) 评论(0) 推荐(0) 编辑