[提醒漏洞] npm audit fix,npm install背景: 执行 npm install 出现如下提醒 added 253 packages from 162 contributors and audited 1117 packages in 42.157s found 5 vulnerabilities (1 low, 4 high) run npm audit fix to fix them, or npm audit for detail 2022-02-28
npm ERR! cb() never called! npm ERR!npm ERR! cb() never called! npm ERR! This is an error with npm itself.错误解决办法 npmERR!cb()never called! npmERR!This is an errorwithnpm itself 解决: 删除下载好的 node_modules 删除 package-lock.json 文件 以管理员权限执 2022-02-28
解决phpstudy mysql启动不了https://blog.csdn.net/Blue_Sky_rain/article/details/105288849 之前的电脑上下了 mysql,phpstudy 自带一个 mysql,目测是本来的 mysql 进程占用端口。 1、按 win+R 键,输入 services.msc 找到 mysql 服务 **启动****(如果启动了就关闭)** 2022-02-28
touchmove事件 与 被动事件(passive event) 问题touchmove 事件 与 被动事件(passive event) 问题[TOC] 产生原因: 条件 1:使用监听事件时候,第三个参数配置了 passive 为 true(说明指定了这个监听为一个被动监听) 1window.addEventListener("touchmove", handler, { passive: true }); 条件 2022-02-28
解决 git push 无法push怎么推不过去……偶尔在这个时候推送指令的时候会出现错误信息: 12345678910$ git pushTo https://github.com/eddiekao/dummy-git.git! [rejected] master -> master (fetch first)error: failed to push some refs to 'https://github.co 2022-02-28
git 设置ssh后 不需要密码push在进行 github 相关操作的时候一直被要求”Enter passphrase for key”. 如何避免每次操作都重新填写一遍密码?每次我进行 github 的相关操作都会提示输入 passphrase, 比如我输入”git pull”, 则会得到如下提示: $ Warning: Permanently added the RSA host key for IP address ‘13.22 2022-02-28
[HTTPS] git pull, git push 提示一下错误[HTTPS] git pull, git push 提示一下错误 查找了好多方式都没有解决 最后找个一种解决方案 查看https://aka.ms/gcmcore-tlsverify后,发现应该是缺少了安全认证,所以解决方法是重启安全认证。 解决方法 git config –global http.sslVerify true 参考:https://blog.csdn.net/xxwwh/ar 2022-02-28
[dev-sidecar] pull 和 push 报错解决 用 git pull 和 push,提交代码的时候出现 git Failed to connect to 127.0.0.1 port xxxx: Connection refused的问题。 方式一 (dev-sidecar 引起) 首先,查一下代理: git config –global http.proxy 有没有呢,有就取消 git config –global –unset htt 2022-02-28
fatal: refusing to merge unrelated histories解决fatal: refusing to merge unrelated histories 解决Git :fatal: refusing to merge unrelated histories 解决今天本地创建了一个仓库(有 README),把本地仓库和Github上关联以后,发现 git pull,git feach 提醒 fatal: refusing to merge unrelated h 2022-02-28
window10 快捷键大全windows 10 常用快捷键。win10 正式版是微软续已发布的 Windows 系统的最新版操作系统。windows10(win10 正式版)让人感到最意外的就是直接跳过了 win9。那么今天我为大家讲解他推出的常用快捷键。希望能够帮到大家。 复制、粘贴和其他常规键盘快捷方式 按此键 执行此操作 Ctrl + X 剪切选定项 Ctrl + C(或 Ctrl + Insert) 复制选定项 2022-02-28