- 博客(13)
- 收藏
- 关注
原创 error when starting dev server:Error: Cannot find module ‘vue-tsc/out/index‘Require stack:
没办法了,只有暂时禁用 vite.config.ts中的 vite-plugin-checker检查。经过仔细的排查,发现vue-tsc有重大变化,导致与vite-plugin-checker不兼容。在升级到 vue-tsc 2.x后出现的错误。
2024-04-24 16:24:29
1875
原创 谈谈巨坑无比的 IDEA 远程调试遇到的问题及解决方法
最近和某财务软件接口对接,因为各种客观事实问题得用 idea 的远程调试功能,这下问题就来了。
2024-02-29 13:49:03
1815
1
原创 关于nestjs使用jwt按照官方文档出现中出现secretOrPrivateKey must have a value的解决方案
关于nestjs使用jwt按照官方文档出现中出现secretOrPrivateKey must have a value的解决方案
2023-12-04 10:06:21
1626
3
原创 关于yarn4与typescript项目编译器报错找不到模块的问题
typescript-plugin-zero-install插件实现了一个TypeScript语言服务插件,它会拦截TypeScript对模块的导入解析请求,并将其重定向到Yarn的缓存路径,从而实现正确的自动导入提示和跳转到定义等功能。这个插件目的是为了在使用Yarn 4的零安装(Zero-Install)模式时,修复TypeScript的模块解析问题。这样就不需要手动去配置"baseUrl"和"paths"映射了。到时候在Yarn 4的项目中,应该可以直接获取到TypeScript的零安装支持。
2023-11-23 17:07:22
986
原创 DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
The `punycode` module is deprecated 解决方法
2023-11-22 16:01:44
26918
9
原创 多台机器同步Windows上的文件 -cwRsync 同步问题
先说需求,需要用Windows的服务器同步Ubuntu上的文件要求实时增量同步,且Ubuntu文件删除后Windows上文件继续保留Linux下大名鼎鼎的Rsync,rsync是可以实现增量备份的工具。配合任务计划,rsync能实现定时或间隔同步,配合inotify或sersync,可以实现触发式的实时同步。而CwRsync是基于cygwin平台的rsync软件包,支持windows对windows、windows对Linux、Linux对windows高效文件同步。由于CwRsync已经集成了cygwin
2022-07-01 16:21:13
549
原创 apt mysql 遇到 An error occurred during the signature verification 错误解决方法
MySQL APT repositories: An error occurred during the signature verification (public key is not available)
2022-07-01 15:48:11
3440
原创 从yarn1升级到yarn3+过程及问题解决
官方文档Installation | Yarn - Package ManagerYarn's in-depth installation guide.https://yarnpkg.com/getting-started/installNode.js >=16.10Corepack 默认包含在所有 Node.js 安装中,但目前是可选的。要启用它,请运行以下命令:corepack enableNode.js <16.10在 16.10 之前的版本中,Node.js
2022-05-20 10:22:40
2694
转载 windows11,powershell 7.2 出现因为在此系统上禁止运行脚本,无法调用类似yarn等脚本
并且用管理员打开powershell 7.2中无法更新PowerShell 执行策略Set-ExecutionPolicy: Access to the path 'C:\Program Files\PowerShell\7\powershell.config.json' is denied.To change the execution policy for the default (LocalMachine) scope, start PowerShell with the "Run as a
2021-11-29 09:55:10
5128
2
原创 Ubuntu 20.04 安装 MySQL 8.0 并且远程连接数据库(包括后续遇到的新坑)
最近在阿里云上部署了Ubuntu环境,装MySQL 8.0踩了一些坑,分享给大家。保姆级教程,适合新手先决条件配置:阿里云ECS6 系统:Ubuntu 20.04 包括具有特权和防火墙的root用户或者可以使用sudo第 1 步 - 安装 MySQL在Ubuntu 18以上默认都是MySql 8不需要更改设置要安装它,请使用以下命令更新服务器上的包索引apt:sudo apt update然后安装默认包:sudo apt install mysql-ser..
2021-07-02 11:06:35
19494
9
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人