vite vue3 ts import.meta在vscode中报错
2024-05-12问题解决:仅当“--module”选项为“es2020”、“esnext”或“系统”时才允许使用“import.meta”元属性_import.meta" is not available with the "cjs" output format and will be empt
exceljs
2024-05-11ExcelJS is a JavaScript library that allows for the creation, manipulation, and reading of files. It can be used in Node.js to generate Excel files from scratch, modify existing Excel files, or extract data from Excel files. ExcelJS provides an easy-to-use API for working with Excel
unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source
2024-05-10这个错误信息通常出现在使用 Conda 或 Mamba 更新或安装软件包时。它表明 Conda 在尝试使用当前的 repodata 文件(用于存储软件包元数据和信息的文件)时遇到了问题,因此它会尝试使用下一个可用的 repodata 源。这个问题可能是由于网络问题、repo 源配置错误、或者是当前 repo 数据损坏所致。_conda unsuccessful attempt repo
This is probably not a problem with npm.
2024-05-10新创建的vue3项目,根据elementplus官网安装步骤进行按需导入安装,运行项目报错。_this is probably not a problem with npm. there is likely additional logging
[Vue warn]: onUnmounted is called when there is no active component instance to be associated with
2024-05-10[Vue warn]: onUnmounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup..._onmounted is called when there is no active component instance to be associa
关于npm install md5报错the command again as root/Administrator的解决办法
2024-05-08解决npm install md5保存是权限不够的问题_you can rerun the command with `--loglevel=verbose` to see the logs in your
解决报错TypeError: Converting circular structure to JSON --> starting at object with constructor
2024-05-07这个错误其实是因为被JSON转化的对象里的子项存在循环引用,JSON转化时其实也是一个深度拷贝的过程,但是。,JSON拷贝转化时会失败,解决方案不止一种,这里讲下我使用的方案。_converting circular structure to json --> starting at object with constructo
【jQuery】简单总结归纳
2024-05-07remove([expr]) a.remove(b) 所有的a,是b的话就会删除 a.remove() 删除a。replacewith(content|fn) a.replacewith(b) 用b替换所有的a。replaceAll(selector) a.replaceAll(b) 用a替换所有的b。empty() a.empty() 把a掏空,把a里面的所有元素都删除。
Issues with peer dependencies found
2024-05-06今天安装一些依赖,报了这个错误 Issues with peer dependencies found。表示这个依赖,在这个项目中缺少 peer dependencies。dependencies 错误。解决办法: 根据提示,安装那些库。那么这个错误是什么意思呢?_issues with peer dependencies found
Vue 学习笔记 错误ResizeObserver loop completed with undelivered notifications
2024-05-05使用了el-table 后,容易出现如下错误。在App.vue 下面加代码。_resizeobserver loop completed with undelivered notifications